[DRE-commits] [gitlab] 02/02: remove /etc/gitlab/ssl
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Feb 20 14:12:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit 51aefea655812f112f9bf7045f55338ab9d19733
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Feb 20 18:54:43 2017 +0530
remove /etc/gitlab/ssl
---
debian/postrm | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/postrm b/debian/postrm
index d08bd3e..4a2d471 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list