diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-11 17:27:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 17:27:35 +0700 |
commit | ece37efc9970a40a8f1e0e42b660d9fe34796a01 (patch) | |
tree | 482558269e1e4f58a343806389c69dc5d7f6e8b4 /games/vms-empire/doinst.sh | |
parent | 5bae5036eac9b39047beb092741c8127160718fb (diff) | |
download | slackbuilds-ece37efc9970a40a8f1e0e42b660d9fe34796a01.tar.gz |
games/vms-empire: Added (simulation terminal game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/vms-empire/doinst.sh')
-rw-r--r-- | games/vms-empire/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/vms-empire/doinst.sh b/games/vms-empire/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/vms-empire/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 |