diff options
author | Matthew Fillpot <mfilpot@gmail.com> | 2010-05-12 23:29:04 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:04 +0200 |
commit | a12b2d1a1dd57eef106d70e0e7432c0b00848e27 (patch) | |
tree | 84ebcef25df964b859fb19b9b7db7c88fb675639 /games/UrbanTerror/doinst.sh | |
parent | 9b3543e49f8c69b8a71603647b28f9ca7d086dba (diff) | |
download | slackbuilds-a12b2d1a1dd57eef106d70e0e7432c0b00848e27.tar.gz |
games/UrbanTerror: Added to 12.2 repository
Diffstat (limited to 'games/UrbanTerror/doinst.sh')
-rw-r--r-- | games/UrbanTerror/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/UrbanTerror/doinst.sh b/games/UrbanTerror/doinst.sh new file mode 100644 index 0000000000..3718faa5a2 --- /dev/null +++ b/games/UrbanTerror/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q /usr/share/applications +fi + |