diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-03-24 17:23:35 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-03-24 17:23:35 +0000 |
commit | 404760a30612fd3954299d4465c9afc71f6a1c4f (patch) | |
tree | e057ce6cca6c9a5d36377cbb02f66b8722ac4549 /x11-libs/openmotif | |
parent | Added German longdescription. (diff) | |
download | gentoo-2-404760a30612fd3954299d4465c9afc71f6a1c4f.tar.gz gentoo-2-404760a30612fd3954299d4465c9afc71f6a1c4f.tar.bz2 gentoo-2-404760a30612fd3954299d4465c9afc71f6a1c4f.zip |
small fix
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r12.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild index baecd8eb2083..c8f395b99e7b 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild,v 1.1 2005/03/23 18:44:11 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild,v 1.2 2005/03/24 17:23:35 lanius Exp $ # disable sandbox, needed for motif-config SANDBOX_DISABLED="1" @@ -173,6 +173,6 @@ pkg_postinst() { motif-config --install openmotif-2.1 } -pkg_postrm() { +pkg_prerm() { [ -f $T/upgrade ] || motif-config --uninstall openmotif-2.1 } diff --git a/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild index d17aab0d906b..1a2ba703fb48 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild,v 1.1 2005/03/23 18:44:11 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild,v 1.2 2005/03/24 17:23:35 lanius Exp $ # disable sandbox, needed for motif-config SANDBOX_DISABLED="1" @@ -143,6 +143,6 @@ pkg_postinst() { motif-config --install openmotif-2.2 } -pkg_postrm() { +pkg_prerm() { [ -f $T/upgrade ] || motif-config --uninstall openmotif-2.2 } |