summaryrefslogtreecommitdiffstats
path: root/system/fs-uae-launcher/doinst.sh
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2014-03-06 07:30:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-06 08:11:30 +0700
commitb24b7ef614fef85c88e05eb7b50a764d0e77cbb3 (patch)
treeacbcc5b734a87501c63b2965c4f08e1ec47d241c /system/fs-uae-launcher/doinst.sh
parent5705fad8cca69f72ad3c060b74f989a1ab134350 (diff)
downloadslackbuilds-b24b7ef614fef85c88e05eb7b50a764d0e77cbb3.tar.gz
slackbuilds-b24b7ef614fef85c88e05eb7b50a764d0e77cbb3.tar.xz
system/fs-uae-launcher: Added (FS-UAE GUI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fs-uae-launcher/doinst.sh')
-rw-r--r--system/fs-uae-launcher/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/fs-uae-launcher/doinst.sh b/system/fs-uae-launcher/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/system/fs-uae-launcher/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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi