diff options
author | B. Watson <yalhcru@gmail.com> | 2018-01-14 22:09:50 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:32 +0700 |
commit | 36d294274e55533a9030d025a845ab6a6f765b35 (patch) | |
tree | 11aab23b4e18f39b1d5f50b790b187afd72b74aa /system/joyce/doinst.sh | |
parent | f354c13382083c4a53544ff51a6041348a24b1a6 (diff) |
system/joyce: Added (Amstrad PCW emulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/joyce/doinst.sh')
-rw-r--r-- | system/joyce/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/joyce/doinst.sh b/system/joyce/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/system/joyce/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 |