summaryrefslogtreecommitdiffstats
path: root/system/graveman/doinst.sh
diff options
context:
space:
mode:
author Chess Griffin2010-05-11 22:26:42 +0200
committer Robby Workman2010-05-11 22:26:42 +0200
commit9f19f18007800e89973f212c65659db8842c7cb6 (patch)
tree4dc3aacb8a08e0f290333beb25be63794b4021a3 /system/graveman/doinst.sh
parentc43dba4d1cbab83c56ee7e443a649a6ed099e78f (diff)
downloadslackbuilds-9f19f18007800e89973f212c65659db8842c7cb6.tar.gz
system/graveman: Updated for version 0.3.12.5
Diffstat (limited to 'system/graveman/doinst.sh')
-rw-r--r--system/graveman/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/graveman/doinst.sh b/system/graveman/doinst.sh
index 98d466d8b9..033f010d40 100644
--- a/system/graveman/doinst.sh
+++ b/system/graveman/doinst.sh
@@ -1,3 +1,3 @@
-if [ -x usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
fi