[neon/neon/settings/Neon/stable] etc/apt/apt.conf.d: refine 40neon-pins linking mechanism

Carlos De Maine null at kde.org
Thu Jan 22 15:51:37 GMT 2026


Git commit 318d50464e3693cd37eb459199c096f7757d05c5 by Carlos De Maine.
Committed on 22/01/2026 at 15:51.
Pushed by carlosdem into branch 'Neon/stable'.

refine 40neon-pins linking mechanism

(cherry picked from commit 111bb758883ef7a9dfc0ed614b960817fcb72961)

Co-authored-by: Carlos De Maine <carlosd.kde at gmail.com>

M  +1    -1    etc/apt/apt.conf.d/40neon-pins

https://invent.kde.org/neon/neon/settings/-/commit/318d50464e3693cd37eb459199c096f7757d05c5

diff --git a/etc/apt/apt.conf.d/40neon-pins b/etc/apt/apt.conf.d/40neon-pins
index 54ef8a1..9bfa864 100644
--- a/etc/apt/apt.conf.d/40neon-pins
+++ b/etc/apt/apt.conf.d/40neon-pins
@@ -12,5 +12,5 @@ Acquire::IndexTargets {
 };
 
 APT::Update::Post-Invoke-Success {
-    "OVERRIDES=$(apt-get indextargets --format '$(FILENAME)' 'Identifier: neon-pins') && OVERRIDES_LINK='/etc/apt/preferences.d/99-noble-overrides' && rm -f $OVERRIDES_LINK && ln -s $OVERRIDES $OVERRIDES_LINK && echo 'Updating KDE neon APT pins... Done'"
+    "OVERRIDES=$(apt-get indextargets --format '$(FILENAME)' 'Identifier: neon-pins') && OVERRIDES_LINK='/etc/apt/preferences.d/99-noble-overrides' && ln -s -f $OVERRIDES $OVERRIDES_LINK && echo 'Updating KDE neon pins... Done'"
 };


More information about the Neon-commits mailing list