diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:58:06 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:06 +0200 |
commit | 3e0f09fb81fee4ed33861ab0dc5996128711c478 (patch) | |
tree | ebc624b6cfb7c874aed81f2e4239af56461e0dec /games/assaultcube/doinst.sh | |
parent | 436ac22550e0c596636a09c93e6742bd6ddeafdc (diff) | |
download | slackbuilds-3e0f09fb81fee4ed33861ab0dc5996128711c478.tar.gz |
games/assaultcube: Added to 13.0 repository
Diffstat (limited to 'games/assaultcube/doinst.sh')
-rw-r--r-- | games/assaultcube/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/assaultcube/doinst.sh b/games/assaultcube/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/assaultcube/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 + |