summaryrefslogtreecommitdiffstats
path: root/system/sakura/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/sakura/doinst.sh')
-rw-r--r--system/sakura/doinst.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/sakura/doinst.sh b/system/sakura/doinst.sh
index 854e20633d..3718faa5a2 100644
--- a/system/sakura/doinst.sh
+++ b/system/sakura/doinst.sh
@@ -1,3 +1,4 @@
if [ -x /usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database -q usr/share/applications
+ /usr/bin/update-desktop-database -q /usr/share/applications
fi
+