Add debhelper templates to preinst (fixes the removing obsolete conffile)
This commit is contained in:
parent
c96f6dcdbf
commit
cfba73385b
1 changed files with 2 additions and 0 deletions
2
debian/gitlab.preinst
vendored
2
debian/gitlab.preinst
vendored
|
@ -12,3 +12,5 @@ if [ "${pg_version}" -lt 12 ]; then
|
|||
echo "========================================================================"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
|
Loading…
Reference in a new issue