summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-05-07 02:55:09 +0200
committer Willy Sudiarto Raharjo2014-05-14 02:59:44 +0200
commit808eacda379941e15349f6f0461355d9c0694c16 (patch)
tree857f31d81457bde2659b1079c196b15d7513522b /system
parentb70c06569fef2b0b9f00bffa32dffab306e06389 (diff)
downloadslackbuilds-808eacda379941e15349f6f0461355d9c0694c16.tar.gz
desktop/homerun: Updated for version 1.2.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/homerun/doinst.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/homerun/doinst.sh b/system/homerun/doinst.sh
deleted file mode 100644
index 3e5691a052..0000000000
--- a/system/homerun/doinst.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-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