diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-31 07:17:46 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:33 -0600 |
commit | 8afe93b0199e2fd4c2223b3d95b54a1cd6103083 (patch) | |
tree | 409f56667bb037119fc4b8a640cd569bb32c8c24 /desktop/xfce4-battery-plugin/doinst.sh | |
parent | 162e9d138bb21aefac074c6d013fb48d27b0408d (diff) | |
download | slackbuilds-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.sh | 9 |
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 |