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/iceweasel.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/iceweasel.install')
-rw-r--r-- | libre/iceweasel-libre/iceweasel.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/iceweasel-libre/iceweasel.install b/libre/iceweasel-libre/iceweasel.install deleted file mode 100644 index c1fe8284a..000000000 --- a/libre/iceweasel-libre/iceweasel.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - |