diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-17 00:20:12 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-17 00:20:12 -0500 |
commit | 408f551df9c5e954241e71a135e62e681e037316 (patch) | |
tree | 5827f24dc7461f95f971bbc4cac49f65eab364e5 /pcr/fair-coin/fair-coin.install | |
parent | fb257cf6de0e08cf3fe5cd4776b7ed01d3346188 (diff) |
fair-coin-1.5.2-3: rebuild
Diffstat (limited to 'pcr/fair-coin/fair-coin.install')
-rw-r--r-- | pcr/fair-coin/fair-coin.install | 12 |
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 +} |