postgresql-common: update patch for aramo
This commit is contained in:
parent
31e98ea7e6
commit
c8e8018da8
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue