summaryrefslogtreecommitdiff
path: root/pcr/fair-coin/fair-coin.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-17 00:20:12 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-17 00:20:12 -0500
commit408f551df9c5e954241e71a135e62e681e037316 (patch)
tree5827f24dc7461f95f971bbc4cac49f65eab364e5 /pcr/fair-coin/fair-coin.install
parentfb257cf6de0e08cf3fe5cd4776b7ed01d3346188 (diff)
downloadabslibre-408f551df9c5e954241e71a135e62e681e037316.tar.gz
abslibre-408f551df9c5e954241e71a135e62e681e037316.tar.bz2
abslibre-408f551df9c5e954241e71a135e62e681e037316.zip
fair-coin-1.5.2-3: rebuild
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
+}