diff options
author | Martin Lefebvre <dadexter@gmail.com> | 2010-05-11 15:18:36 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:18:36 +0200 |
commit | c7f427755c1d2f24866cf5c8c4c62cbc40dccc05 (patch) | |
tree | f157baec2e13233c18272e27fa174b87104b3330 /system/dosbox/doinst.sh | |
parent | 9496aebf6cf79fb67dc3823086d5ba8873f88763 (diff) | |
download | slackbuilds-c7f427755c1d2f24866cf5c8c4c62cbc40dccc05.tar.gz |
system/dosbox: Initial import
Diffstat (limited to 'system/dosbox/doinst.sh')
-rw-r--r-- | system/dosbox/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/dosbox/doinst.sh b/system/dosbox/doinst.sh new file mode 100644 index 0000000000..22d4849bce --- /dev/null +++ b/system/dosbox/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |