summaryrefslogtreecommitdiffstats
path: root/desktop/catfish/doinst.sh
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2011-11-01 09:07:59 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2011-11-01 09:07:59 -0200
commitb81cc9da63850e860c3905dad01b9eac216b74fb (patch)
tree904f299b8e2648aa745f3078de7156367e74b693 /desktop/catfish/doinst.sh
parent5331682a26ab2104f07e1dcc45a6857ac9773b01 (diff)
downloadslackbuilds-b81cc9da63850e860c3905dad01b9eac216b74fb.tar.gz
slackbuilds-b81cc9da63850e860c3905dad01b9eac216b74fb.tar.xz
desktop/catfish: Added (A versatile file searching tool)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/catfish/doinst.sh')
-rw-r--r--desktop/catfish/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/catfish/doinst.sh b/desktop/catfish/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/desktop/catfish/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
+