diff options
author | B. Watson <yalhcru@gmail.com> | 2014-05-01 09:29:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-01 09:29:30 +0700 |
commit | c1b6500b948e9018c51b8904d9ed66a2673d6d06 (patch) | |
tree | ae450e6dff57034034804b24b384a1a81769ea8f /games/nottetris2/doinst.sh | |
parent | 8789e3231e83ac381c4a8390785ad20183909ed7 (diff) | |
download | slackbuilds-c1b6500b948e9018c51b8904d9ed66a2673d6d06.tar.gz |
games/nottetris2: Added (tetris clone with physics).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/nottetris2/doinst.sh')
-rw-r--r-- | games/nottetris2/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/nottetris2/doinst.sh b/games/nottetris2/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/nottetris2/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 |