summaryrefslogtreecommitdiff
path: root/extra/kdeutils-kcalc/kdeutils-kcalc.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-29 23:15:03 +0000
committerroot <root@rshg054.dnsready.net>2012-01-29 23:15:03 +0000
commit39711f3264d3b9de2ff6392649274d6333932457 (patch)
treede0577b44ca853064f52a0df25ee9f22efd756bc /extra/kdeutils-kcalc/kdeutils-kcalc.install
parent738e6c6d93b4c7118e49b38c610abed8b7f7d55a (diff)
Sun Jan 29 23:15:02 UTC 2012
Diffstat (limited to 'extra/kdeutils-kcalc/kdeutils-kcalc.install')
-rw-r--r--extra/kdeutils-kcalc/kdeutils-kcalc.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/kdeutils-kcalc/kdeutils-kcalc.install b/extra/kdeutils-kcalc/kdeutils-kcalc.install
new file mode 100644
index 000000000..e70c054ec
--- /dev/null
+++ b/extra/kdeutils-kcalc/kdeutils-kcalc.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}