[ticket/11920] Manually purge mysql-common.

PHPBB3-11920
This commit is contained in:
Andreas Fischer 2013-10-16 00:24:44 +02:00
parent 878cb836f5
commit 0f64f0edc4

View file

@ -11,6 +11,9 @@ VERSION='5.5'
# Operating system codename, e.g. "precise"
OS_CODENAME=$(lsb_release --codename --short)
# Manually purge MySQL to remove conflicting files (e.g. /etc/mysql/my.cnf)
sudo apt-get purge -qq mysql-common
if ! which add-apt-repository > /dev/null
then
sudo apt-get update -qq