diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:31 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:31 +0200 |
commit | 416f1e2c1b0ad5cdae54c0ada35e128ad2518efd (patch) | |
tree | 5abaa2f54e665c12fa90d875a781a35146361a55 /games/sms_sdl/doinst.sh | |
parent | 4c6bc6d15e15588c930ef1e3903851380190a500 (diff) | |
download | slackbuilds-416f1e2c1b0ad5cdae54c0ada35e128ad2518efd.tar.gz |
games/sms_sdl: Added to 12.2 repository
Diffstat (limited to 'games/sms_sdl/doinst.sh')
-rw-r--r-- | games/sms_sdl/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/sms_sdl/doinst.sh b/games/sms_sdl/doinst.sh new file mode 100644 index 0000000000..dd240ff2ae --- /dev/null +++ b/games/sms_sdl/doinst.sh @@ -0,0 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 +fi |