summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortron <tron>2007-11-27 23:02:43 +0000
committertron <tron>2007-11-27 23:02:43 +0000
commit1a5fba739db40233e018fe921e3a48cdd55e161f (patch)
tree5854ed5ae7b7611476cacdc8882d9b6a628ab401 /databases
parenta613fb64504ddb17d823c91f34ecce1b1034aa67 (diff)
downloadpkgsrc-1a5fba739db40233e018fe921e3a48cdd55e161f.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.
Diffstat (limited to 'databases')
-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