Improve handling of configuration files and don't create obsolete "css"

directory. Problems noted by Stoned Elipot and Martti Kuparinen in
private e-mail. Bump package revision because of these changes.
This commit is contained in:
tron 2007-11-27 23:02:43 +00:00
parent bdc298f860
commit 38713c2651

View file

@ -0,0 +1,10 @@
# $NetBSD: DEINSTALL,v 1.1 2007/11/27 23:02:43 tron Exp $
CONF_INC_PHP=@CONF_INC_PHP@
PMCONFFILE=@PMCONFFILE@
case ${STAGE} in
DEINSTALL)
${RM} -f ${CONF_INC_PHP}
;;
esac