diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-21 01:48:48 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:22 -0500 |
commit | 46f550752cfff76a0f65e1845f47d14484af104c (patch) | |
tree | 0809608becdff1c6f5b9f9643f2cea8cfc071a92 /games/cyphesis/doinst.sh | |
parent | 3db725242024794c5e48b655dfdf2ed701bb37d1 (diff) | |
download | slackbuilds-46f550752cfff76a0f65e1845f47d14484af104c.tar.gz |
games/cyphesis: Added (WorldForge Server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/cyphesis/doinst.sh')
-rw-r--r-- | games/cyphesis/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/cyphesis/doinst.sh b/games/cyphesis/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/cyphesis/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 2>&1 +fi |