summaryrefslogtreecommitdiffstats
path: root/games/stella/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/stella/doinst.sh')
-rw-r--r--games/stella/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/stella/doinst.sh b/games/stella/doinst.sh
index 4e8ba7071d..9424ce43ff 100644
--- a/games/stella/doinst.sh
+++ b/games/stella/doinst.sh
@@ -2,3 +2,12 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi