38713c2651
directory. Problems noted by Stoned Elipot and Martti Kuparinen in private e-mail. Bump package revision because of these changes.
10 lines
182 B
Text
10 lines
182 B
Text
# $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
|