diff options
author | 2015-03-18 09:46:33 +0000 | |
---|---|---|
committer | 2015-03-18 09:46:33 +0000 | |
commit | c7d08a5ed7bc9ec5b135ef5459d29c4ef648d484 (patch) | |
tree | b3165d2468f84ada6fe5b40434de4deeeb2701a2 /dev-lang/ghc/ghc-7.8.3.ebuild | |
parent | Stable for amd64, wrt bug #532764 (diff) | |
download | historical-c7d08a5ed7bc9ec5b135ef5459d29c4ef648d484.tar.gz historical-c7d08a5ed7bc9ec5b135ef5459d29c4ef648d484.tar.bz2 historical-c7d08a5ed7bc9ec5b135ef5459d29c4ef648d484.zip |
fix package cache regeneration on upgrade/reinstall (bug #543008 by Kobboi) by restoring pkg_postrm()
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0x611FF3AA
Diffstat (limited to 'dev-lang/ghc/ghc-7.8.3.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-7.8.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-7.8.3.ebuild b/dev-lang/ghc/ghc-7.8.3.ebuild index d9b9fe514c98..1178c2ac8b16 100644 --- a/dev-lang/ghc/ghc-7.8.3.ebuild +++ b/dev-lang/ghc/ghc-7.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.12 2015/01/18 11:50:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.13 2015/03/18 09:46:28 slyfox Exp $ EAPI=5 @@ -609,3 +609,7 @@ pkg_prerm() { cp -p "${PKGCACHE}"{.shipped,} } + +pkg_postrm() { + ghc-package_pkg_postrm +} |