diff options
author | B. Watson <yalhcru@gmail.com> | 2014-04-12 22:39:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-12 22:39:33 +0700 |
commit | 75badd19c0a3bc0edb2d84821762a1d04f73ae3e (patch) | |
tree | a3a53b593706fdd8d027cad510279a9eb77d6902 /games/smc/doinst.sh | |
parent | a18b2dc8085a024f8d4a8b1b14c04dd13181e3a4 (diff) | |
download | slackbuilds-75badd19c0a3bc0edb2d84821762a1d04f73ae3e.tar.gz |
games/smc: Added (Secret Maryo Chronicles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/smc/doinst.sh')
-rw-r--r-- | games/smc/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/smc/doinst.sh b/games/smc/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/smc/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |