Merge "Removes the dependence with aptitude"

This commit is contained in:
Jenkins
2014-02-26 12:47:39 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ function cleanup_database_mysql {
if is_ubuntu; then
# Get ruthless with mysql
stop_service $MYSQL
sudo aptitude purge -y ~nmysql-server
apt_get purge -y mysql*
sudo rm -rf /var/lib/mysql
return
elif is_fedora; then
+1 -1
View File
@@ -21,7 +21,7 @@ function cleanup_database_postgresql {
stop_service postgresql
if is_ubuntu; then
# Get ruthless with mysql
sudo aptitude purge -y ~npostgresql
apt_get purge -y postgresql*
return
elif is_fedora; then
uninstall_package postgresql-server