summaryrefslogtreecommitdiff
path: root/pcr/fair-coin/fair-coin.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/fair-coin/fair-coin.install')
-rw-r--r--pcr/fair-coin/fair-coin.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/fair-coin/fair-coin.install b/pcr/fair-coin/fair-coin.install
new file mode 100644
index 000000000..029294d67
--- /dev/null
+++ b/pcr/fair-coin/fair-coin.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}