Close #1005: make sure we have a override_php.conf link in /etc/apache/conf.d

This commit is contained in:
Antoine Beaupré 2007-01-12 20:16:20 +00:00
parent 3b3341f6dd
commit 8cccd4f7bd
1 changed files with 5 additions and 0 deletions

5
debian/postinst vendored
View File

@ -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)