summarylogtreecommitdiffstats
path: root/papersplease.install
diff options
context:
space:
mode:
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
+}