diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-15 00:50:09 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-15 00:50:09 +0100 |
commit | 40ba4e09f47559ebcaf87f2045ec435dee3ae6e9 (patch) | |
tree | 993d02ac323d4cec1481a00f14e7f6121f36c717 /games/megamario/doinst.sh | |
parent | 9f7821b5b88d2a520a3c975fa28b3e71ad5ecfe4 (diff) | |
download | slackbuilds-40ba4e09f47559ebcaf87f2045ec435dee3ae6e9.tar.gz |
games/megamario: Added (Super Mario Brothers clone).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/megamario/doinst.sh')
-rw-r--r-- | games/megamario/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/megamario/doinst.sh b/games/megamario/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/megamario/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 |