diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-28 08:36:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-28 08:36:47 +0000 |
commit | 780059e542eec646618f3c8d38a8b6d4dd89af75 (patch) | |
tree | c7d224aff5a1362b2b1dd6dbb974dd51827c324f /net/samba | |
parent | f497964f04071065ac451e47ba6de5d8fe17e0d4 (diff) | |
download | pkgsrc-780059e542eec646618f3c8d38a8b6d4dd89af75.tar.gz |
Fix PLIST problems with missing directories at deinstallation time.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 6 | ||||
-rw-r--r-- | net/samba/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index ebc3698d5d2..df56e95771e 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2004/02/17 15:58:43 jlam Exp $ +# $NetBSD: Makefile,v 1.119 2004/03/28 08:36:47 jlam Exp $ DISTNAME= samba-3.0.2a CATEGORIES= net @@ -149,6 +149,10 @@ post-build: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/deluser.sh > ${WRKDIR}/deluser.sh post-install: + ${RMDIR} ${SAMBA_LIBDIR}/auth + ${RMDIR} ${SAMBA_LIBDIR}/idmap + ${RMDIR} ${SAMBA_LIBDIR}/pdb + ${RMDIR} ${SAMBA_LIBDIR}/rpc ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_LIBRARY} ${WRKSRC}/nsswitch/libnss_winbind.so ${PREFIX}/lib ${INSTALL_LIBRARY} ${WRKSRC}/nsswitch/libnss_wins.so ${PREFIX}/lib diff --git a/net/samba/PLIST b/net/samba/PLIST index 33c9c216109..c71aa2a0365 100644 --- a/net/samba/PLIST +++ b/net/samba/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2004/02/18 14:02:08 jlam Exp $ +@comment $NetBSD: PLIST,v 1.18 2004/03/28 08:36:47 jlam Exp $ bin/findsmb bin/net bin/nmblookup @@ -416,9 +416,5 @@ share/samba/swat/using_samba/toc.html @dirrm share/examples/samba @dirrm share/doc/samba @dirrm lib/samba/vfs -@dirrm lib/samba/rpc -@dirrm lib/samba/pdb -@dirrm lib/samba/idmap @dirrm lib/samba/charset -@dirrm lib/samba/auth @dirrm lib/samba |