From cfba73385badad5c98f10454476ccb0d851e5902 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 17 Dec 2021 00:15:46 +0530 Subject: [PATCH] Add debhelper templates to preinst (fixes the removing obsolete conffile) --- debian/gitlab.preinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/gitlab.preinst b/debian/gitlab.preinst index a5eaf0a1a6..731dbb0637 100644 --- a/debian/gitlab.preinst +++ b/debian/gitlab.preinst @@ -12,3 +12,5 @@ if [ "${pg_version}" -lt 12 ]; then echo "========================================================================" exit 1 fi + +#DEBHELPER#