summaryrefslogtreecommitdiff
path: root/extra/xfce4-battery-plugin/xfce4-battery-plugin.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-27 23:15:24 +0000
committerroot <root@rshg054.dnsready.net>2012-02-27 23:15:24 +0000
commit1f567a9d58d16b76320168f0624aa55bd6320284 (patch)
treee4e7ffadc364d582fccd8543ad1543fa9741a8a7 /extra/xfce4-battery-plugin/xfce4-battery-plugin.install
parentf6a79a3f5989efc8db63af942851c56f0c462bb1 (diff)
Mon Feb 27 23:15:24 UTC 2012
Diffstat (limited to 'extra/xfce4-battery-plugin/xfce4-battery-plugin.install')
-rw-r--r--extra/xfce4-battery-plugin/xfce4-battery-plugin.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/xfce4-battery-plugin/xfce4-battery-plugin.install b/extra/xfce4-battery-plugin/xfce4-battery-plugin.install
index 21b79d2d4..e4f8fd06c 100644
--- a/extra/xfce4-battery-plugin/xfce4-battery-plugin.install
+++ b/extra/xfce4-battery-plugin/xfce4-battery-plugin.install
@@ -3,9 +3,11 @@ post_install() {
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ post_install
}
+
+# vim:set ts=2 sw=2 et: