don't maintain override_php symlink in preinst, it's already done in alternc.install
This commit is contained in:
parent
7a00c6ac9a
commit
670688a4ee
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue