diff options
author | B. Watson <yalhcru@gmail.com> | 2010-12-26 20:12:17 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-27 19:22:52 -0200 |
commit | 8681eef4c25c82ca4310570cac2864c5bed005ef (patch) | |
tree | ac3afa2394782c12be6f5662ec5b5a73b194dbba /games/oblige/doinst.sh | |
parent | 8a023d8ee857970e00303b9ecdad994c1a1cdc00 (diff) | |
download | slackbuilds-8681eef4c25c82ca4310570cac2864c5bed005ef.tar.gz |
games/oblige: Added (random level generator for various games)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/oblige/doinst.sh')
-rw-r--r-- | games/oblige/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/oblige/doinst.sh b/games/oblige/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/oblige/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |