corriger les liens symboliques, règle peut-être le 646 (see #646)

This commit is contained in:
Antoine Beaupré 2006-04-26 20:24:04 +00:00
parent c3753eaa7c
commit 760aeb641b
1 changed files with 2 additions and 2 deletions

4
debian/postinst vendored
View File

@ -155,12 +155,12 @@ EOF
alternc.install
if [ ! -h /etc/apache/conf.d/alternc-ssl.conf ]; then
ln -sf /etc/apache/conf.d/alternc-ssl.conf \
ln -sf /etc/alternc/apache-sl.conf \
/etc/apache/conf.d/alternc-ssl.conf
fi
if [ ! -h /etc/apache/conf.d/alternc.conf ]; then
ln -sf /etc/apache/conf.d/alternc.conf \
ln -sf /etc/alternc/apache.conf \
/etc/apache/conf.d/alternc.conf
fi