Skip to content
Snippets Groups Projects
Commit c8e8018d authored by Luis Guzmán's avatar Luis Guzmán
Browse files

postgresql-common: update patch for aramo

parent 31e98ea7
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment