summaryrefslogtreecommitdiffstats
path: root/system/wine/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-05-11 15:18:48 +0200
committer Michiel van Wessem2010-05-11 15:18:48 +0200
commiteba30b562aabb7aeb24ccc44470d028792b31d2c (patch)
treec0c6c59fd442fe8777581aae6901471491cb5669 /system/wine/doinst.sh
parentc47979e93069e98328bccad0a79806c3a6dca6ce (diff)
downloadslackbuilds-eba30b562aabb7aeb24ccc44470d028792b31d2c.tar.gz
system/wine: Initial import
Diffstat (limited to 'system/wine/doinst.sh')
-rw-r--r--system/wine/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/wine/doinst.sh b/system/wine/doinst.sh
new file mode 100644
index 0000000000..f364075896
--- /dev/null
+++ b/system/wine/doinst.sh
@@ -0,0 +1,4 @@
+if [ -x usr/bin/update-desktop-database ]; then
+ usr/bin/update-desktop-database -q usr/share/applications
+fi
+