remove /etc/gitlab/ssl

This commit is contained in:
Praveen Arimbrathodiyil 2017-02-20 18:54:43 +05:30
parent 43da0d9f91
commit 51aefea655

1
debian/postrm vendored
View file

@ -58,6 +58,7 @@ case "$1" in
id -u ${gitlab_user} && userdel -r ${gitlab_user}
rm -rf ${gitlab_data_dir}
su ${gitlab_user} -c 'psql gitlab_production -c ""' && su postgres -c "dropdb gitlab_production"
rm -rf ${gitlab_ssl_path}
fi
# Remove my changes to the db.