diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-12 17:00:09 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-12 17:06:37 -0500 |
commit | c3f41f14797cb2f0340a60237f5daeb3a1fcdc05 (patch) | |
tree | 031cb52fd9fad43119ac37049897bda9a6e0a876 /libre/icecat/icecat.install | |
parent | 867dbcc116fbed767fa4262aedf445546bb11d06 (diff) | |
download | abslibre-c3f41f14797cb2f0340a60237f5daeb3a1fcdc05.tar.gz abslibre-c3f41f14797cb2f0340a60237f5daeb3a1fcdc05.tar.bz2 abslibre-c3f41f14797cb2f0340a60237f5daeb3a1fcdc05.zip |
libre/icecat: tidy up, rename files
PKGBUILD-only:
* do the build in "mozilla-release", to match firefox
PKGBUILD and file changes:
* mv {,bug-}xulrunner-copy-stub.patch
* rm cairo.patch # was unapplied
* mv {icecat,firefox}-install-dir.patch
* mv {icecat,firefox}.install
* rm gcc47.patch # was unapplied
* rm icecat-safe.desktop # no longer offered for firefox
* add shared-libs.patch from firefox, this was done by a sed script
*
Diffstat (limited to 'libre/icecat/icecat.install')
-rw-r--r-- | libre/icecat/icecat.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/icecat/icecat.install b/libre/icecat/icecat.install deleted file mode 100644 index c1fe8284a..000000000 --- a/libre/icecat/icecat.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 -} - |