make user directories manually, skip xdg
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/home/guest/Downloads
|
||||
@@ -1,10 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
PICTURES=$(xdg-user-dir PICTURES)
|
||||
if [ "$PICTURES" = "" ]; then
|
||||
PICTURES=~/Pictures
|
||||
fi
|
||||
|
||||
PICTURES=~/Pictures
|
||||
mkdir -p $PICTURES
|
||||
cd $PICTURES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user