summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsxe2015-09-16 11:10:59 +0200
committersxe2015-09-16 11:10:59 +0200
commitc751a143b75082525c4e322349c391372169fc4e (patch)
tree7fe8efbac4bb66edd61e3da013bc95bcc3fee2e7
parente88d9ddf86f73eadeb6a20127060c4864de39cdd (diff)
downloadaur-c751a143b75082525c4e322349c391372169fc4e.tar.gz
Updated to qt5
-rw-r--r--quassel-git-monolithic.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/quassel-git-monolithic.install b/quassel-git-monolithic.install
new file mode 100644
index 000000000000..a7960cc64a86
--- /dev/null
+++ b/quassel-git-monolithic.install
@@ -0,0 +1,10 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}
+