diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-15 20:36:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-15 20:36:08 +0000 |
commit | 16435dbba43f2f98501e2daefad890a6542aab31 (patch) | |
tree | ef231c2179d7607554ba0c04b952ae8f1a484723 /www/privoxy/DEINSTALL | |
parent | 44a5577f79e631209e188744de6b1a7380f34c31 (diff) | |
download | pkgsrc-16435dbba43f2f98501e2daefad890a6542aab31.tar.gz |
Split out deinstall portion of INSTALL script into a DEINSTALL script
to avoid the confusing DEINSTALL_TEMPLATE+=.../INSTALL line in the
Makefile. Also, fix the INSTALL script so that we actually link a
real target into ${PKG_SYSCONFDIR}. Bump the PKGREVISION.
Diffstat (limited to 'www/privoxy/DEINSTALL')
-rw-r--r-- | www/privoxy/DEINSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/privoxy/DEINSTALL b/www/privoxy/DEINSTALL new file mode 100644 index 00000000000..f23a1b54fb0 --- /dev/null +++ b/www/privoxy/DEINSTALL @@ -0,0 +1,9 @@ +#!@SH@ +# +# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:36:08 jlam Exp $ + +case "${STAGE}" in +DEINSTALL) + ${RM} -f ${PKG_SYSCONFDIR}/templates + ;; +esac |