[neon/neon/settings/Neon/stable] etc/apt/apt.conf.d: improve updating pins message

Carlos De Maine null at kde.org
Mon Jan 5 08:52:00 GMT 2026


Git commit 6b221b3566ab54dd18216ded245b9bdea61b4f81 by Carlos De Maine.
Committed on 05/01/2026 at 08:51.
Pushed by carlosdem into branch 'Neon/stable'.

improve updating pins message


(cherry picked from commit 109fe7ee936bd2c7e906240be850d0316a5c1cd5)

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

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

https://invent.kde.org/neon/neon/settings/-/commit/6b221b3566ab54dd18216ded245b9bdea61b4f81

diff --git a/etc/apt/apt.conf.d/40neon-pins b/etc/apt/apt.conf.d/40neon-pins
index 8f4c1fe..54ef8a1 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 neon pins ........'"
+    "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'"
 };


More information about the Neon-commits mailing list