summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-11-27 23:02:43 +0000
committertron <tron@pkgsrc.org>2007-11-27 23:02:43 +0000
commit78a45c5da88cb6366fcb9afd519dd621e42e055d (patch)
tree5854ed5ae7b7611476cacdc8882d9b6a628ab401
parent56592556bcef4892e3ef2a5a1a82ffad6d372167 (diff)
downloadpkgsrc-78a45c5da88cb6366fcb9afd519dd621e42e055d.tar.gz
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.
-rw-r--r--databases/phpmyadmin/DEINSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/phpmyadmin/DEINSTALL b/databases/phpmyadmin/DEINSTALL
new file mode 100644
index 00000000000..4fc91a7bbda
--- /dev/null
+++ b/databases/phpmyadmin/DEINSTALL
@@ -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