diff options
author | B. Watson <yalhcru@gmail.com> | 2010-04-08 23:37:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-15 10:25:42 +0200 |
commit | ce4a37aa072afa9964fef47c09937b1d90c6b401 (patch) | |
tree | 0899b530512a6a6e3791d78afe764ac955a0371e /games/oblige/doinst.sh | |
parent | bc9d95f65940e1bc59515f368898724c3a2ca9b9 (diff) | |
download | slackbuilds-ce4a37aa072afa9964fef47c09937b1d90c6b401.tar.gz |
games/oblige: Added (level creator for some classic games)
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 + |