diff options
Diffstat (limited to 'app-crypt/asekey/asekey-3.3.ebuild')
-rw-r--r-- | app-crypt/asekey/asekey-3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/asekey/asekey-3.3.ebuild b/app-crypt/asekey/asekey-3.3.ebuild index 8ba2014a7d39..d1671b01f5e9 100644 --- a/app-crypt/asekey/asekey-3.3.ebuild +++ b/app-crypt/asekey/asekey-3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.3.ebuild,v 1.3 2007/02/14 20:55:46 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.3.ebuild,v 1.4 2007/02/15 19:31:29 alonbl Exp $ DESCRIPTION="ASEKey USB SIM Card Reader" HOMEPAGE="http://www.athena-scs.com" @@ -46,7 +46,7 @@ pkg_postrm() { # Without this, pcscd will not start next time. # local conf="/etc/reader.conf.d/${PN}.conf" - if ! [ -f "$(grep LIBPATH "${conf}" | sed 's/LIBPATH *//' | sed 's/ *$//g')" ]; then + if ! [ -f "$(grep LIBPATH "${conf}" | sed 's/LIBPATH *//' | sed 's/ *$//g' | head -n 1)" ]; then rm "${conf}" update-reader.conf elog "NOTICE:" |