aboutsummaryrefslogtreecommitdiff
path: root/games/ovcc/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-25 23:27:28 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-27 08:08:48 +0700
commit16cc68401e52f4a6015f653562336c7d3577a7d8 (patch)
tree654e5ea9c8b334290cc529b5457488b8f6721886 /games/ovcc/doinst.sh
parent4355ab5e59f08012426389466d1d85e907c144d3 (diff)
games/ovcc: Added (CoCo 3 emulator)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ovcc/doinst.sh')
-rw-r--r--games/ovcc/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/ovcc/doinst.sh b/games/ovcc/doinst.sh
new file mode 100644
index 0000000000..65c7e2eeb9
--- /dev/null
+++ b/games/ovcc/doinst.sh
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi