summaryrefslogtreecommitdiffstats
path: root/system/graveman/doinst.sh
diff options
context:
space:
mode:
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