summaryrefslogtreecommitdiffstats
path: root/system/wine/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-05-11 22:27:12 +0200
committer David Somero2010-05-11 22:27:12 +0200
commitc8d33d33e177d39033e5c48d2f5e3e2340858b3e (patch)
tree8834d84dc65503c9cafe9995b429fde59cd6c589 /system/wine/doinst.sh
parent5a02586f3e81137c6e97a4bd74e0253c127168d6 (diff)
downloadslackbuilds-c8d33d33e177d39033e5c48d2f5e3e2340858b3e.tar.gz
system/wine: Updated for version 1.0.1
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