diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-20 15:18:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-20 15:18:28 +0000 |
commit | a5b3a286deabb09a68902658fe00178ebc680e96 (patch) | |
tree | 584525686f911b517ac1e32f4295b69e72cc216b | |
parent | Updating to standards-version 4.7.0. (diff) | |
download | progress-linux-a5b3a286deabb09a68902658fe00178ebc680e96.tar.xz progress-linux-a5b3a286deabb09a68902658fe00178ebc680e96.zip |
Updating keyring filename for new upstream version.
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 26c6d33..180770e 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -5,7 +5,7 @@ set -e PROJECT="progress-linux" DOMAIN="progress-linux.org" PACKAGES="https://deb.progress-linux.org/packages" -KEY="/usr/share/progress-linux/pgp-keys/apt.progress-linux.org.gpg" +KEY="/usr/share/progress-linux/pgp-keys/deb.progress-linux.org.gpg" Install_apt_sources () { |