summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-battery-plugin/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-31 01:17:46 +0100
committer Robby Workman2014-02-01 07:40:33 +0100
commit8afe93b0199e2fd4c2223b3d95b54a1cd6103083 (patch)
tree409f56667bb037119fc4b8a640cd569bb32c8c24 /desktop/xfce4-battery-plugin/doinst.sh
parent162e9d138bb21aefac074c6d013fb48d27b0408d (diff)
downloadslackbuilds-8afe93b0199e2fd4c2223b3d95b54a1cd6103083.tar.gz
desktop/xfce4-battery-plugin: Added (battery monitor panel plugin).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-battery-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-battery-plugin/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/xfce4-battery-plugin/doinst.sh b/desktop/xfce4-battery-plugin/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/desktop/xfce4-battery-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