diff options
author | MLanden <mlanden2009@gmail.com> | 2011-06-26 00:40:29 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-06-26 00:40:29 -0300 |
commit | c405e0b564e211c61f156c1f795263caf61dff34 (patch) | |
tree | 38c90f93ef50e9833fcc81865cc3e0a314dbfcfb /games/zaz/doinst.sh | |
parent | 6edc682a8c9a50c1061775d99600aee87a080f67 (diff) |
games/zaz: Added (puzzle game)
Diffstat (limited to 'games/zaz/doinst.sh')
-rw-r--r-- | games/zaz/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/zaz/doinst.sh b/games/zaz/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/zaz/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 |