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:
parent
bdc298f860
commit
38713c2651
1 changed files with 10 additions and 0 deletions
10
databases/phpmyadmin/DEINSTALL
Normal file
10
databases/phpmyadmin/DEINSTALL
Normal 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
|
Loading…
Reference in a new issue