summaryrefslogtreecommitdiffstats
path: root/games/xemu/doinst.sh
diff options
context:
space:
mode:
author Steven Voges <svoges.sbo@gmail.com>2022-09-05 09:25:20 +0100
committer Dave Woodfall <dave@slackbuilds.org>2022-09-05 09:25:20 +0100
commit22be7a20100e45434be358a20fb79581caeccefa (patch)
treed1c28258dd38efdca80d83ea863e4421cfeba309 /games/xemu/doinst.sh
parent35f45383734547d61e88d85f141c41b33396f1e6 (diff)
downloadslackbuilds-22be7a20100e45434be358a20fb79581caeccefa.tar.gz
slackbuilds-22be7a20100e45434be358a20fb79581caeccefa.tar.xz
games/xemu: Added (Original Xbox Emulator)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'games/xemu/doinst.sh')
-rw-r--r--games/xemu/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/xemu/doinst.sh b/games/xemu/doinst.sh
new file mode 100644
index 0000000000..65c7e2eeb9
--- /dev/null
+++ b/games/xemu/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