aboutsummaryrefslogtreecommitdiff
path: root/games/emulationstation-de/doinst.sh
diff options
context:
space:
mode:
authorDamian Perticone <mjolnirdam@gmail.com>2022-09-02 10:35:50 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-03 17:58:45 +0700
commita2dbd274bc2798e243fc79a37daf2967bf4cd080 (patch)
treebb7db1d0ddce2bc53860b4d2b10672eeb981399f /games/emulationstation-de/doinst.sh
parent35912dd6458f33186d97331d92c610947d8f1453 (diff)
games/emulationstation-de: Added (Emulator frontend app)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/emulationstation-de/doinst.sh')
-rw-r--r--games/emulationstation-de/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/emulationstation-de/doinst.sh b/games/emulationstation-de/doinst.sh
new file mode 100644
index 0000000000000..afea6d71dcdd4
--- /dev/null
+++ b/games/emulationstation-de/doinst.sh
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database 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