[neon/neon/keyring/Neon/unstable] debian: Revert "the variable din't work \o/"

Carlos De Maine null at kde.org
Thu Aug 29 12:27:25 BST 2024


Git commit bcb54e747f17675572e00c5b75ffa592c27db3b8 by Carlos De Maine.
Committed on 29/08/2024 at 11:27.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "the variable din't work \o/"

This reverts commit e0495132c47b98f290ba4c77d9dc3b1083ae9943

M  +1    -2    debian/neon-keyring.postinst

https://invent.kde.org/neon/neon/keyring/-/commit/bcb54e747f17675572e00c5b75ffa592c27db3b8

diff --git a/debian/neon-keyring.postinst b/debian/neon-keyring.postinst
index aef892b..86bd416 100644
--- a/debian/neon-keyring.postinst
+++ b/debian/neon-keyring.postinst
@@ -43,8 +43,7 @@ if [ "$1" = 'configure' -a -n "$2" ]; then
 				# update the *.list to reflect the signed key path
 				SIGNEDBY='[signed-by=/etc/apt/keyrings/ubuntu-local-archive-one-time-signing-key.gpg]'
 				DEB_LIST=/etc/apt/sources.list.d/preinstalled-pool.list
-				#touch $DEB_LIST
-				touch /etc/apt/sources.list.d/preinstalled-pool.list
+				touch $DEB_LIST
 				sed -i "s#deb [arch=$ARCH] file#deb [arch=$ARCH $SIGNEDBY file#" $DEB_LIST
 			done
 		fi


More information about the Neon-commits mailing list