diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-12 23:29:28 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:28 +0200 |
commit | 052da672eeafb8d2c2e5bc2df5ec8ca1b2b01921 (patch) | |
tree | c453f4a97af1377b364b5bec8359c5e4af91e410 /games/nexuiz/doinst.sh | |
parent | f9363563e6d46c5ea5f8f8afa84ad94c0bc4cfb8 (diff) | |
download | slackbuilds-052da672eeafb8d2c2e5bc2df5ec8ca1b2b01921.tar.gz |
games/nexuiz: Added to 12.2 repository
Diffstat (limited to 'games/nexuiz/doinst.sh')
-rw-r--r-- | games/nexuiz/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/nexuiz/doinst.sh b/games/nexuiz/doinst.sh new file mode 100644 index 0000000000..800ab3f267 --- /dev/null +++ b/games/nexuiz/doinst.sh @@ -0,0 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database -q usr/share/applications +fi + +if [ -x /usr/bin/update-mime-database ]; then + ./usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi |