summarylogtreecommitdiffstats
path: root/papersplease.install
diff options
context:
space:
mode:
authorTharre2015-06-23 22:07:19 +0200
committerTharre2015-06-23 22:10:20 +0200
commit16aba02b715181873575bd1b93d5ddc3355f5f43 (patch)
treed3ed26af350ab6e15e62386bb699e8a50e7413f4 /papersplease.install
parente65bb35a503aacd5e6bb7813f287a05876402d49 (diff)
downloadaur-16aba02b715181873575bd1b93d5ddc3355f5f43.tar.gz
Fix icon updating
Diffstat (limited to 'papersplease.install')
-rw-r--r--papersplease.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/papersplease.install b/papersplease.install
new file mode 100644
index 000000000000..97fda5a9615b
--- /dev/null
+++ b/papersplease.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}