diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-12 17:48:50 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-12 17:48:50 -0500 |
commit | f996597c6b79f714ec28ef04bd3fbd4d18bf2046 (patch) | |
tree | 88f0889456a7cd2051fb61a7eff5b55380b75b7b /libre/iceweasel-libre/firefox.install | |
parent | a705f546158d49645fca2a4c101f429fdc1b45f4 (diff) | |
download | abslibre-f996597c6b79f714ec28ef04bd3fbd4d18bf2046.tar.gz abslibre-f996597c6b79f714ec28ef04bd3fbd4d18bf2046.tar.bz2 abslibre-f996597c6b79f714ec28ef04bd3fbd4d18bf2046.zip |
libre/iceweasel-libre: reorganize, use firefox.install
* Use a iceweasel.desktop based on Arch's firefox.desktop
* Use firefox.install
* re-organize things in PKGBUILD into separate functions
Diffstat (limited to 'libre/iceweasel-libre/firefox.install')
-rw-r--r-- | libre/iceweasel-libre/firefox.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/iceweasel-libre/firefox.install b/libre/iceweasel-libre/firefox.install new file mode 100644 index 000000000..1a1f4b16b --- /dev/null +++ b/libre/iceweasel-libre/firefox.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 +} + |