diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 19:46:28 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:46:28 +0200 |
commit | facbf9a100097caccf53d26ad4d43baeef91923c (patch) | |
tree | b2b94c34e79cce04979bb28ebfbc43942781069e /system/gparted/doinst.sh | |
parent | 5e045081518e61e6651bc6040402138be6a76483 (diff) | |
download | slackbuilds-facbf9a100097caccf53d26ad4d43baeef91923c.tar.gz |
system/gparted: Updated for version 0.3.3
Diffstat (limited to 'system/gparted/doinst.sh')
-rw-r--r-- | system/gparted/doinst.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/gparted/doinst.sh b/system/gparted/doinst.sh index 85aad974d0..06e65784cd 100644 --- a/system/gparted/doinst.sh +++ b/system/gparted/doinst.sh @@ -1,3 +1,5 @@ + if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database &> /dev/null + usr/bin/update-desktop-database usr/share/applications &> /dev/null fi + |