diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2016-01-03 15:24:08 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2016-01-03 15:24:08 -0600 |
commit | 31e02d7e7a2662e6f5d168e78f539fee2abfbab1 (patch) | |
tree | bcfe28325ef6a33b7f4a10fc035d023d9c140f80 /libre-testing/iceweasel/iceweasel.install | |
parent | 634f6c6230959f7b02e80e6ea3166338b3bf3514 (diff) | |
download | abslibre-31e02d7e7a2662e6f5d168e78f539fee2abfbab1.tar.gz abslibre-31e02d7e7a2662e6f5d168e78f539fee2abfbab1.tar.bz2 abslibre-31e02d7e7a2662e6f5d168e78f539fee2abfbab1.zip |
add libre-testing/iceweasel: arm port
Diffstat (limited to 'libre-testing/iceweasel/iceweasel.install')
-rw-r--r-- | libre-testing/iceweasel/iceweasel.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-testing/iceweasel/iceweasel.install b/libre-testing/iceweasel/iceweasel.install new file mode 100644 index 000000000..1a1f4b16b --- /dev/null +++ b/libre-testing/iceweasel/iceweasel.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + |