summaryrefslogtreecommitdiff
path: root/community/quassel/quassel-client.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-27 00:29:16 -0700
committerroot <root@rshg054.dnsready.net>2013-05-27 00:29:16 -0700
commitb4ca83da72ffb5800852339f6efe5a59c16e9f94 (patch)
tree3ed149ced423d2629e0b3a71f0b1e2cf3f6ced70 /community/quassel/quassel-client.install
parent99ee54f2484aadc464e997e54aa9c7ca7ecde198 (diff)
Mon May 27 00:29:16 PDT 2013
Diffstat (limited to 'community/quassel/quassel-client.install')
-rw-r--r--community/quassel/quassel-client.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/quassel/quassel-client.install b/community/quassel/quassel-client.install
new file mode 100644
index 000000000..1c93ee3f9
--- /dev/null
+++ b/community/quassel/quassel-client.install
@@ -0,0 +1,9 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}