Skip to content
Snippets Groups Projects
Commit 07cf403a authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

debian/maintscripts-functions: Accept 2char-suffix on server package names

parent 3b17f6b6
No related branches found
No related tags found
No related merge requests found
Pipeline #499571 failed
......@@ -245,7 +245,7 @@ postinst_check_catversion()
# start debconf if we are in the server's postinst (can't run from a function)
if [ "${DPKG_MAINTSCRIPT_NAME:-}" = "postinst" ] && [ "$1" = "configure" ]; then
case $DPKG_MAINTSCRIPT_PACKAGE in
postgresql-[89].?|postgresql-[1-9]?)
postgresql-[89].?|postgresql-[1-9]?|postgresql-[1-9]???) # -9.6 -15 -15ee
. /usr/share/debconf/confmodule
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment