diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-03-28 07:41:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-28 07:41:05 +0700 |
commit | b6b5c54fca1786680600a756623e67a8fedaceae (patch) | |
tree | dccd6a30f256dd336ccf67374b08109b6b8e4aa4 /games/mog/doinst.sh | |
parent | 630005bf47e0cf58b0696a50580e69601271d620 (diff) |
games/mog: Added (The Maze of Galious remake).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mog/doinst.sh')
-rw-r--r-- | games/mog/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/mog/doinst.sh b/games/mog/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/mog/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 |