From 8cccd4f7bd0ac7349da6e8103169ffd9c0679c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 12 Jan 2007 20:16:20 +0000 Subject: [PATCH] Close #1005: make sure we have a override_php.conf link in /etc/apache/conf.d --- debian/postinst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/postinst b/debian/postinst index 91671e31..86a8a869 100644 --- a/debian/postinst +++ b/debian/postinst @@ -164,6 +164,11 @@ EOF /etc/apache/conf.d/alternc.conf fi + if [ ! -h /etc/apache/conf.d/override_php.conf ]; then + ln -sf /var/alternc/apacheconf/override_php.conf \ + /etc/apache/conf.d/override_php.conf + fi + ;; abort-upgrade|abort-remove|abort-deconfigure)