diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:24 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:24 +0200 |
commit | 433652987873bb7e1bb654dcbfeaa9225d9fbe5a (patch) | |
tree | 7260a2ab50dac4b2b18d80235130e32cc82556ae /games/koules/doinst.sh | |
parent | ded2ffc51a4b5e5d54d17b05b8cde862c8951c6b (diff) | |
download | slackbuilds-433652987873bb7e1bb654dcbfeaa9225d9fbe5a.tar.gz |
games/koules: Added to 12.2 repository
Diffstat (limited to 'games/koules/doinst.sh')
-rw-r--r-- | games/koules/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/koules/doinst.sh b/games/koules/doinst.sh new file mode 100644 index 0000000000..3857649f50 --- /dev/null +++ b/games/koules/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 +fi |