diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-05 14:16:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:35:41 +0700 |
commit | a7558d7b88012fb8b3c4b3cda68ae97b15a03885 (patch) | |
tree | ad01a2b314b33a05dfb272527741300b13823eb6 /games/xcpc/doinst.sh | |
parent | 3734af463dea74e0f4d44247b6255313593bf5dd (diff) |
games/xcpc: Added (Amstrad CPC emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xcpc/doinst.sh')
-rw-r--r-- | games/xcpc/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xcpc/doinst.sh b/games/xcpc/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/xcpc/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 |