summaryrefslogtreecommitdiffstats
path: root/system/d-feet/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-08-22 17:34:33 +0200
committer Erik Hanson2010-08-23 07:53:39 +0200
commitd576c35e1b44dafa50095139ffb88eae7d614b45 (patch)
treefe3f4db5f4358dc3418521a260a42e7e232f6666 /system/d-feet/doinst.sh
parent5a7fa9c6bf4665c6796c55a5db9dc6450537b2cf (diff)
downloadslackbuilds-d576c35e1b44dafa50095139ffb88eae7d614b45.tar.gz
system/d-feet: Added (D-Bus Debugger)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/d-feet/doinst.sh')
-rw-r--r--system/d-feet/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/d-feet/doinst.sh b/system/d-feet/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/system/d-feet/doinst.sh
@@ -0,0 +1,10 @@
+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
+