postgresql-common: update patch for aramo

This commit is contained in:
Luis Guzman 2022-06-22 15:21:41 +00:00
parent 31e98ea7e6
commit c8e8018da8

View file

@ -13,7 +13,7 @@
[dD]ebian)
debian "$RELEASE"
;;
@@ -76,6 +82,33 @@
@@ -76,6 +82,36 @@
;;
esac
}
@ -38,6 +38,9 @@
+ 10.0*) # Nabia
+ /bin/echo -e "12"
+ ;;
+ 11.0*) # Aramo
+ /bin/echo -e "14"
+ ;;
+ *)
+ echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2
+ /bin/echo -e "$DEFAULT"