diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 15:18:48 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:48 +0200 |
commit | eba30b562aabb7aeb24ccc44470d028792b31d2c (patch) | |
tree | c0c6c59fd442fe8777581aae6901471491cb5669 /system/wine/doinst.sh | |
parent | c47979e93069e98328bccad0a79806c3a6dca6ce (diff) | |
download | slackbuilds-eba30b562aabb7aeb24ccc44470d028792b31d2c.tar.gz |
system/wine: Initial import
Diffstat (limited to 'system/wine/doinst.sh')
-rw-r--r-- | system/wine/doinst.sh | 4 |
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 + |