summaryrefslogtreecommitdiffstats
path: root/system/pcmanfm/doinst.sh
diff options
context:
space:
mode:
author Chess Griffin2010-05-12 17:45:47 +0200
committer David Somero2010-05-12 17:45:47 +0200
commita57890b9ef9dbc089112ac04e90434e1d017165a (patch)
treedea2ae34ab25f87857573d92cb35d478fac4b300 /system/pcmanfm/doinst.sh
parent57a79003294f559c40736d8a90708a4282a5dd38 (diff)
downloadslackbuilds-a57890b9ef9dbc089112ac04e90434e1d017165a.tar.gz
system/pcmanfm: Updated for version 0.5
Diffstat (limited to 'system/pcmanfm/doinst.sh')
-rw-r--r--system/pcmanfm/doinst.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/pcmanfm/doinst.sh b/system/pcmanfm/doinst.sh
index 1859c016e7..9a8ded3c60 100644
--- a/system/pcmanfm/doinst.sh
+++ b/system/pcmanfm/doinst.sh
@@ -1,8 +1,7 @@
-
if [ -x /usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -x /usr/bin/update-mime-database ]; then
- ./usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi