Merge "Cleanup postgresql-server on openSUSE"

This commit is contained in:
Jenkins 2014-06-28 08:33:00 +00:00 committed by Gerrit Code Review
commit 21a2bda8cb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function cleanup_database_postgresql {
# Get ruthless with mysql
apt_get purge -y postgresql*
return
elif is_fedora; then
elif is_fedora || is_suse; then
uninstall_package postgresql-server
else
return