diff options
author | B. Watson <yalhcru@gmail.com> | 2012-01-15 23:39:46 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-01-15 23:39:46 -0600 |
commit | 67c23e9759b47070aa0d06f02244731ac83eb2e7 (patch) | |
tree | 8ec5a0eec890b61bd7ef6169bf801fc768097980 /games/doomseeker/doinst.sh | |
parent | 2aff3f9702072535e392ee1625562231c3f687b4 (diff) |
games/doomseeker: Added (server browser for Doom)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/doomseeker/doinst.sh')
-rw-r--r-- | games/doomseeker/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/doomseeker/doinst.sh b/games/doomseeker/doinst.sh new file mode 100644 index 000000000000..3e5691a052b5 --- /dev/null +++ b/games/doomseeker/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |