[neon/neon/keyring/Neon/unstable] debian: etc/apt/keyrings/
Carlos De Maine
null at kde.org
Wed Aug 21 11:59:06 BST 2024
Git commit da079d36adef917f14367d54b6d5e5302e73c923 by Carlos De Maine.
Committed on 21/08/2024 at 10:59.
Pushed by carlosdem into branch 'Neon/unstable'.
etc/apt/keyrings/
M +2 -2 debian/neon-keyring.postinst
https://invent.kde.org/neon/neon/keyring/-/commit/da079d36adef917f14367d54b6d5e5302e73c923
diff --git a/debian/neon-keyring.postinst b/debian/neon-keyring.postinst
index de11908..2209878 100644
--- a/debian/neon-keyring.postinst
+++ b/debian/neon-keyring.postinst
@@ -26,7 +26,7 @@ if [ "$1" = 'configure' -a -n "$2" ]; then
# rm the the key from the apt-key trusted.gpg keyring
apt-key --keyring "$TRUSTEDFILE" del $KEY > /dev/null 2>&1 || :
# update the *.list to reflect the signed key path
- SIGNEDBY='[signed-by=/etc/apt/keyring/neon-archive-keyring.gpg]'
+ SIGNEDBY='[signed-by=/etc/apt/keyrings/neon-archive-keyring.gpg]'
DEB_LIST=/etc/apt/sources.list.d/neon.list
sed -i "s#deb http#deb $SIGNEDBY http#" $DEB_LIST
sed -i "s#deb-src http#deb-src $SIGNEDBY http#" $DEB_LIST
@@ -40,7 +40,7 @@ if [ "$1" = 'configure' -a -n "$2" ]; then
# rm the the key from the apt-key trusted.gpg keyring
apt-key --keyring "$TRUSTEDFILE" del $KEY > /dev/null 2>&1 || :
# update the *.list to reflect the signed key path
- SIGNEDBY='[signed-by=/etc/apt/keyring/ubuntu-local-archive-one-time-signing-key.gpg]'
+ SIGNEDBY='[signed-by=/etc/apt/keyrings/ubuntu-local-archive-one-time-signing-key.gpg]'
DEB_LIST=/etc/apt/sources.list.d/preinstalled-pool.list
sed -i "s#deb [arch=$ARCH] file#deb [arch=$ARCH $SIGNEDBY file#" $DEB_LIST
done
More information about the Neon-commits
mailing list