diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 14:32:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 14:32:32 +0000 |
commit | db8d979341579ce0fff1a3c673ba822e62d93127 (patch) | |
tree | 180164968c14f8e60e868f42e901f24635e79d3c /app-text/sgml-common | |
parent | Dependencie fixes (diff) | |
download | gentoo-2-db8d979341579ce0fff1a3c673ba822e62d93127.tar.gz gentoo-2-db8d979341579ce0fff1a3c673ba822e62d93127.tar.bz2 gentoo-2-db8d979341579ce0fff1a3c673ba822e62d93127.zip |
dependencie fixes for rc5
Diffstat (limited to 'app-text/sgml-common')
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sgml-common/sgml-common-0.6.1.ebuild b/app-text/sgml-common/sgml-common-0.6.1.ebuild index e5e6c0e11eb0..cf2887abe54a 100644 --- a/app-text/sgml-common/sgml-common-0.6.1.ebuild +++ b/app-text/sgml-common/sgml-common-0.6.1.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-text/sgml-common/sgml-common-0.6.1.ebuild,v 1.3 2001/05/16 11:36:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.1.ebuild,v 1.4 2001/05/28 14:32:32 achim Exp $ A=${P}.tgz S=${WORKDIR}/${P} @@ -35,6 +35,6 @@ pkg_postinst() { pkg_prerm() { if [ "$ROOT" = "/" ] ; then install-catalog --remove /etc/sgml/sgml-ent.cat /usr/share/sgml/sgml-iso-entities-8879.1986/catalog - install-catalog --add /etc/sgml/sgml-docbook.cat /etc/sgml/sgml-ent.cat + install-catalog --remove /etc/sgml/sgml-docbook.cat /etc/sgml/sgml-ent.cat fi }
\ No newline at end of file |