diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2005-08-26 17:34:00 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2005-08-26 17:34:00 +0000 |
commit | 464596236b836cd47053e634e66973f019119cbd (patch) | |
tree | 231f12389022fb604407f09d88fe948c1815e36e /xinit.d/desktop-directories | |
parent | fa5dc064d08ec131cdbceaa81ac98fd6922db16e (diff) | |
download | common-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/desktop-directories')
-rwxr-xr-x | xinit.d/desktop-directories | 4 |
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 |