diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-09-14 00:34:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-09-14 00:34:54 +0000 |
commit | e77b676cb024c31d3ca5e7e9c32dcdd4fe08e131 (patch) | |
tree | 188afa034190afedf43796bfdb3fd88c03b552f5 /app-arch | |
parent | Added support for zip compressed archives (diff) | |
download | gentoo-2-e77b676cb024c31d3ca5e7e9c32dcdd4fe08e131.tar.gz gentoo-2-e77b676cb024c31d3ca5e7e9c32dcdd4fe08e131.tar.bz2 gentoo-2-e77b676cb024c31d3ca5e7e9c32dcdd4fe08e131.zip |
*** empty log message ***
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rpm/rpm-3.0.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-arch/rpm/rpm-3.0.5.ebuild b/app-arch/rpm/rpm-3.0.5.ebuild index fcdb49049f88..8be1d3c6ffb0 100644 --- a/app-arch/rpm/rpm-3.0.5.ebuild +++ b/app-arch/rpm/rpm-3.0.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.5.ebuild,v 1.1 2000/08/25 11:18:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.5.ebuild,v 1.2 2000/09/14 00:34:54 achim Exp $ P=rpm-3.0.5 A="${P}.tar.gz" @@ -35,6 +35,9 @@ src_install() { dodoc CHANGES COPYING CREDITS GROUPS README* RPM* TODO } +pkg_postinst() { + ${ROOT}/usr/bin/rpm --initdb --root=${ROOT} +} |