diff options
author | B. Watson <yalhcru@gmail.com> | 2014-04-28 23:02:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-28 23:02:25 +0700 |
commit | 278c5b0fe14c8c508bb115c4cdea2feabbe2645b (patch) | |
tree | ab720f4373644f612d8232615c5a280c67ff59b9 /games/openyahtzee/doinst.sh | |
parent | fa8a7d66175d2ee330a68387bca9ab1e1e7b859a (diff) | |
download | slackbuilds-278c5b0fe14c8c508bb115c4cdea2feabbe2645b.tar.gz |
games/openyahtzee: Added (dice game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openyahtzee/doinst.sh')
-rw-r--r-- | games/openyahtzee/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/openyahtzee/doinst.sh b/games/openyahtzee/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/openyahtzee/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 |