summaryrefslogtreecommitdiffstats
path: root/system/wine/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/wine/doinst.sh')
-rw-r--r--system/wine/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/wine/doinst.sh b/system/wine/doinst.sh
index 82a2a30436..b310837870 100644
--- a/system/wine/doinst.sh
+++ b/system/wine/doinst.sh
@@ -1,5 +1,5 @@
-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