From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1EpjvC-00053I-FL for garchives@archives.gentoo.org; Fri, 23 Dec 2005 10:13:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBNABvxm016785; Fri, 23 Dec 2005 10:11:57 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBNAA1Jr008899 for ; Fri, 23 Dec 2005 10:10:01 GMT Received: from zb101200.ppp.dion.ne.jp ([219.125.101.200] helo=opteron246.suzuki-stubbs.home) by smtp.gentoo.org with esmtpa (Exim 4.54) id 1Epjs9-0004G4-5h for gentoo-dev@lists.gentoo.org; Fri, 23 Dec 2005 10:10:01 +0000 Received: by opteron246.suzuki-stubbs.home (Postfix, from userid 1000) id DD243201952; Fri, 23 Dec 2005 19:10:56 +0900 (JST) From: Jason Stubbs To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] pkg_{pre,post}inst misusage Date: Fri, 23 Dec 2005 19:10:56 +0900 User-Agent: KMail/1.9 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512231910.56795.jstubbs@gentoo.org> X-Archives-Salt: ac654cef-32a6-4990-812f-1607f984cf42 X-Archives-Hash: 5d830b53cbf93aa563915581af9ec41f Here's what we have: app-office/qhacc/qhacc-3.4.ebuild: [ -n "${PF}" ] && rm -rf /usr/share/doc/${PF} net-fs/samba/samba-3.0.14a-r2.ebuild: rm -rf ${ROOT}/usr/share/doc/${PF} net-fs/samba/samba-3.0.14a-r3.ebuild: rm -rf ${ROOT}/usr/share/doc/${PF} net-fs/samba/samba-3.0.20-r1.ebuild: rm -rf ${ROOT}/usr/share/doc/${PF} net-fs/samba/samba-3.0.20a.ebuild: rm -rf ${ROOT}/usr/share/doc/${PF} net-fs/samba/samba-3.0.20b.ebuild: rm -rf ${ROOT}/usr/share/doc/${PF} net-print/cups/cups-1.1.23-r3.ebuild: rm -fR /usr/share/doc/${PF} net-print/cups/cups-1.1.23-r4.ebuild: [ -n "${PN}" ] && rm -fR /usr/share/doc/${PN}-* net-print/cups/cups-1.1.23-r5.ebuild: [ -n "${PN}" ] && rm -fR /usr/share/doc/${PN}-* I'll let others do the yelling. -- Jason Stubbs -- gentoo-dev@gentoo.org mailing list