summaryrefslogtreecommitdiffstats
path: root/network/kfilebox/doinst.sh
diff options
context:
space:
mode:
author Alan Alberghini2011-01-30 17:00:14 +0100
committer Robby Workman2011-01-30 17:00:14 +0100
commit29a5d5e4b3549df93bcf69b7b6feab7fd12f0f4b (patch)
tree84ce894aa60201d7fbd23cf59de30e9998343d3a /network/kfilebox/doinst.sh
parent7256be53cd7d1e126257bd3ef74bcf7e2d01c6e8 (diff)
downloadslackbuilds-29a5d5e4b3549df93bcf69b7b6feab7fd12f0f4b.tar.gz
network/kfilebox: Added (KDE Dropbox client)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/kfilebox/doinst.sh')
-rw-r--r--network/kfilebox/doinst.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/network/kfilebox/doinst.sh b/network/kfilebox/doinst.sh
new file mode 100644
index 0000000000..4abc080189
--- /dev/null
+++ b/network/kfilebox/doinst.sh
@@ -0,0 +1,16 @@
+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
+
+if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
+ fi
+fi
+