aboutsummaryrefslogtreecommitdiff
path: root/games/fs-uae/doinst.sh
diff options
context:
space:
mode:
authorCRTS <crts@gmx.net>2020-05-02 17:10:55 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-02 17:13:32 +0700
commit495edecaac772164bb3675d5bd13d6aa1a2602a9 (patch)
treebd80df0cd14521feb7079bbdb2dda3fab5a64677 /games/fs-uae/doinst.sh
parentd64ca84a70448be988be793110209c15d1520529 (diff)
downloadslackbuilds-495edecaac772164bb3675d5bd13d6aa1a2602a9.tar.xz
games/fs-uae: Updated for version 3.0.3, moved from system.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fs-uae/doinst.sh')
-rw-r--r--games/fs-uae/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/fs-uae/doinst.sh b/games/fs-uae/doinst.sh
new file mode 100644
index 000000000000..4a25de5e6fbd
--- /dev/null
+++ b/games/fs-uae/doinst.sh
@@ -0,0 +1,10 @@
+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
+