summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-clipman-plugin/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-05-13 00:23:37 +0200
committer Michiel van Wessem2010-05-13 00:23:37 +0200
commita620d61aacd4707e03829726dd5caa2c225e1a24 (patch)
tree12bd5703d94321a34df5a06360f7d1e06f8ad04f /desktop/xfce4-clipman-plugin/doinst.sh
parent0b9deaceefe5fc6c380ce83c62ed07ced82e8530 (diff)
downloadslackbuilds-a620d61aacd4707e03829726dd5caa2c225e1a24.tar.gz
desktop/xfce4-clipman-plugin: Updated for version 1.1.3
Diffstat (limited to 'desktop/xfce4-clipman-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-clipman-plugin/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/xfce4-clipman-plugin/doinst.sh b/desktop/xfce4-clipman-plugin/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/desktop/xfce4-clipman-plugin/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
+