diff options
Diffstat (limited to 'dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild index 0784d338d91f..cb645bb93c97 100644 --- a/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild +++ b/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild,v 1.1 2003/11/10 20:13:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild,v 1.2 2004/02/12 09:13:14 mkennedy Exp $ inherit common-lisp @@ -29,12 +29,3 @@ src_install() { common-lisp-install *.asd *.lisp common-lisp-system-symlink } - - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} |