aboutsummaryrefslogtreecommitdiff
path: root/system/homerun/doinst.sh
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-21 18:57:50 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:52:10 +0700
commitd78d4ade67fc3c53b53b8a8a71cdba1e16174088 (patch)
tree59b62da2310304bdec78a4fa3b989e8fbc2ee3ca /system/homerun/doinst.sh
parent965dafe104975f919dc643fe7a4a5c507b614107 (diff)
system/homerun: Updated for version 1.2.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/homerun/doinst.sh')
-rw-r--r--system/homerun/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/homerun/doinst.sh b/system/homerun/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/system/homerun/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