summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-eyes-plugin/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-31 02:04:19 +0100
committer Robby Workman2014-02-01 07:40:33 +0100
commitb6909998ab3600a81d1f9dc0cefd0d97d0ec892f (patch)
tree9ebcb43856efdfd677d78e9ae4d7cf673e6367bf /desktop/xfce4-eyes-plugin/doinst.sh
parentc82dc57e299744110f3a33ff381f58e357910cb1 (diff)
downloadslackbuilds-b6909998ab3600a81d1f9dc0cefd0d97d0ec892f.tar.gz
desktop/xfce4-eyes-plugin: Added (Eyes that spy on you).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-eyes-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-eyes-plugin/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/xfce4-eyes-plugin/doinst.sh b/desktop/xfce4-eyes-plugin/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/desktop/xfce4-eyes-plugin/doinst.sh
@@ -0,0 +1,9 @@
+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