diff --git a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
index 4d2084f562038f2703300b00a948a1b36eba7f9b..ce8897731fe68a6c607d66c6f4f08d4f9844d198 100644
--- a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
+++ b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
@@ -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"