don't maintain override_php symlink in preinst, it's already done in alternc.install

This commit is contained in:
Antoine Beaupré 2008-10-14 15:27:10 +00:00
parent 7a00c6ac9a
commit 670688a4ee
1 changed files with 0 additions and 8 deletions

View File

@ -64,14 +64,6 @@ case "$1" in
fi fi
fi fi
# make sure we have a symlink for basedir_prot.sh
if [ ! -h /etc/apache/conf.d/override.php.conf ]; then
# make sur the file exists so that apache doesn't crash
touch /var/alternc/apacheconf/override_php.conf
ln -sf /var/alternc/apacheconf/override_php.conf \
/etc/apache/conf.d/override.php.conf
fi
;; ;;
abort-upgrade) abort-upgrade)