summaryrefslogtreecommitdiff
path: root/system/krusader/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2010-05-23 01:54:49 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-23 23:21:44 -0500
commit78498f243e7911a1bf66788f4dc024a01fcabee6 (patch)
treecc9e1bd12f9ecaf7dc37c7ece24670b96d4b9baf /system/krusader/doinst.sh
parent23afcf6ab97ea89e6cc9d366d0cfb0480acbc9ff (diff)
downloadslackbuilds-78498f243e7911a1bf66788f4dc024a01fcabee6.tar.gz
Revert removal of system/krusader and update to 2.2.0_beta1
This reverts commit 2c105a2dc339c729984a67c2177972e78eb177a5 updates the version to 2.2.0_beta1, which is perhaps not desirable, but a beta is better than nothing.
Diffstat (limited to 'system/krusader/doinst.sh')
-rw-r--r--system/krusader/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/krusader/doinst.sh b/system/krusader/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/system/krusader/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
+