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
1 merge request!780postgresql-common: update patch for aramo
Pipeline #572 passed
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
[dD]ebian) [dD]ebian)
debian "$RELEASE" debian "$RELEASE"
;; ;;
@@ -76,6 +82,33 @@ @@ -76,6 +82,36 @@
;; ;;
esac esac
} }
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
+ 10.0*) # Nabia + 10.0*) # Nabia
+ /bin/echo -e "12" + /bin/echo -e "12"
+ ;; + ;;
+ 11.0*) # Aramo
+ /bin/echo -e "14"
+ ;;
+ *) + *)
+ echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2 + echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2
+ /bin/echo -e "$DEFAULT" + /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