diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-11-14 07:53:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 07:53:09 +0700 |
commit | ee23eb60af470e06ba8c387ecc695b0f23bcbc73 (patch) | |
tree | c99ca5ec596348c97693dce7f419284d0b7d2df7 /system/caprice32/doinst.sh | |
parent | 2057942373464512c839959ac4c9b336a2bb81cc (diff) |
system/caprice32: Added (CPC Emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/caprice32/doinst.sh')
-rw-r--r-- | system/caprice32/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/caprice32/doinst.sh b/system/caprice32/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/system/caprice32/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 |