diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 08:37:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 08:37:52 +0000 |
commit | 8245e68903af3a120c1f060ef59b0b628598ea69 (patch) | |
tree | 1bcb94646c1146cbeb4746f6c9d3f03c906b8fef | |
parent | Correcting wording of ssh-keys package description. (diff) | |
download | progress-linux-8245e68903af3a120c1f060ef59b0b628598ea69.tar.xz progress-linux-8245e68903af3a120c1f060ef59b0b628598ea69.zip |
Fixing incomplete graograman support.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/progress-linux.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index 9ff920b..cd43086 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -197,7 +197,7 @@ case "${1}" in for ARCHIVE in ${ARCHIVES} do case "${ARCHIVE}" in - engywuck|fuchur) + engywuck|fuchur|graograman) BACKPORTS_PRIORITY="999" ;; esac |