aboutsummaryrefslogtreecommitdiffstats
path: root/xinit.d
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2005-08-26 17:34:00 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2005-08-26 17:34:00 +0000
commit464596236b836cd47053e634e66973f019119cbd (patch)
tree231f12389022fb604407f09d88fe948c1815e36e /xinit.d
parentfa5dc064d08ec131cdbceaa81ac98fd6922db16e (diff)
downloadcommon-data-464596236b836cd47053e634e66973f019119cbd.tar
common-data-464596236b836cd47053e634e66973f019119cbd.tar.gz
common-data-464596236b836cd47053e634e66973f019119cbd.tar.bz2
common-data-464596236b836cd47053e634e66973f019119cbd.tar.xz
common-data-464596236b836cd47053e634e66973f019119cbd.zip
Remove desktop special case, it is no longer created
Diffstat (limited to 'xinit.d')
-rwxr-xr-xxinit.d/desktop-directories4
1 files changed, 1 insertions, 3 deletions
diff --git a/xinit.d/desktop-directories b/xinit.d/desktop-directories
index c5eaa92..985d85c 100755
--- a/xinit.d/desktop-directories
+++ b/xinit.d/desktop-directories
@@ -39,9 +39,7 @@ if [ ! -e $USER_STAMP ]; then
ln -f -s $DIRECTORY_PATH $SYMLINK
[ -f $FILE_PATH ] || cat $file | sed -e "s|\$HOME.*|$DIRECTORY_PATH|g" > $FILE_PATH
- if [ "$file" != "/usr/share/mdk/menu/desktop-mdk.desktop.template" ]; then
- echo "file://$FILE_PATH" >> $HOME/.gtk-bookmarks
- fi
+ echo "file://$FILE_PATH" >> $HOME/.gtk-bookmarks
done
touch $USER_STAMP
fi