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