diff options
Diffstat (limited to 'net-fs/samba/samba-3.0.10.ebuild')
-rw-r--r-- | net-fs/samba/samba-3.0.10.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-fs/samba/samba-3.0.10.ebuild b/net-fs/samba/samba-3.0.10.ebuild index 308e9c9a9f78..dffc6d80fc9a 100644 --- a/net-fs/samba/samba-3.0.10.ebuild +++ b/net-fs/samba/samba-3.0.10.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/net-fs/samba/samba-3.0.10.ebuild,v 1.17 2005/06/20 09:50:57 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.18 2005/07/20 13:18:37 satya Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -403,3 +403,6 @@ pkg_postinst() { einfo "http://www.gentoo.org/doc/en/quick-samba-howto.xml" } +pkg_postrm(){ + [ -n "${PF}" ] && rm -rf /usr/share/doc/${PF} +} |