diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-17 11:19:09 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-17 11:19:09 +0000 |
commit | 16c2c5c00245125c051739b53c7d1a944d508337 (patch) | |
tree | 3a4b90a83de0fd138beb5924a368c7bd050b4e73 /net-print/hplip | |
parent | Stable on hppa. See bug #136201. (diff) | |
download | gentoo-2-16c2c5c00245125c051739b53c7d1a944d508337.tar.gz gentoo-2-16c2c5c00245125c051739b53c7d1a944d508337.tar.bz2 gentoo-2-16c2c5c00245125c051739b53c7d1a944d508337.zip |
more cups-1.2 compat
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/hplip-1.6.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-print/hplip/hplip-1.6.6.ebuild b/net-print/hplip/hplip-1.6.6.ebuild index 0f80b728aef7..86cfc3e82cc0 100644 --- a/net-print/hplip/hplip-1.6.6.ebuild +++ b/net-print/hplip/hplip-1.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.6.6.ebuild,v 1.2 2006/06/17 00:15:05 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.6.6.ebuild,v 1.3 2006/06/17 11:19:09 genstef Exp $ inherit eutils @@ -38,9 +38,9 @@ RDEPEND="virtual/ghostscript ${DEPEND}" pkg_setup() { - # avoid collisions + # avoid collisions with cups-1.2 compat symlinks if [ -e ${ROOT}/usr/lib/cups/backend/hp ] && [ -e ${ROOT}/usr/libexec/cups/backend/hp ]; then - rm ${ROOT}/usr/libexec/cups/backend/hp; + rm -f ${ROOT}/usr/libexec/cups/backend/hp{,fax}; fi } |