Skip to content

Commit a650901

Browse files
committed
Cleanup postgresql-server on openSUSE
During database cleanup, delete postgresql-server package also on openSUSE. Change-Id: I4dff0ac6493ab9b9a8c6ed15b7cfcdb35264da27
1 parent 4adc16f commit a650901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/databases/postgresql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function cleanup_database_postgresql {
2323
# Get ruthless with mysql
2424
apt_get purge -y postgresql*
2525
return
26-
elif is_fedora; then
26+
elif is_fedora || is_suse; then
2727
uninstall_package postgresql-server
2828
else
2929
return

0 commit comments

Comments
 (0)