[neon/neon/settings/Neon/release] debian: neon.list is no more
Carlos De Maine
null at kde.org
Thu Sep 26 11:34:01 BST 2024
Git commit 106c907b7cad62ec17f46e9bf312dda1abdba36c by Carlos De Maine.
Committed on 26/09/2024 at 10:34.
Pushed by carlosdem into branch 'Neon/release'.
neon.list is no more
M +0 -21 debian/neon-settings-2.postinst
https://invent.kde.org/neon/neon/settings/-/commit/106c907b7cad62ec17f46e9bf312dda1abdba36c
diff --git a/debian/neon-settings-2.postinst b/debian/neon-settings-2.postinst
index 9e3d9fe..35e4ed2 100644
--- a/debian/neon-settings-2.postinst
+++ b/debian/neon-settings-2.postinst
@@ -14,27 +14,6 @@ rm -f /etc/apt/preferences.d/99-plasma-discover
# https://userbase.kde.org/Neon/LTS/EOL
rm -f /etc/apt/preferences.d/40-neon-user-lts-migration
-grep tmp/release /etc/apt/sources.list.d/neon.list
-oldrepo=$?
-if [ $oldrepo -eq 0 ]; then
- sed -i "s,http://archive.neon.kde.org/tmp/release,http://archive.neon.kde.org/user," /etc/apt/sources.list.d/neon.list
- echo "Set KDE neon User Edition repository to new URL in neon.list"
-fi
-
-grep dev/unstable /etc/apt/sources.list.d/neon.list
-oldrepo=$?
-if [ $oldrepo -eq 0 ]; then
- sed -i "s,http://archive.neon.kde.org/dev/unstable,http://archive.neon.kde.org/unstable," /etc/apt/sources.list.d/neon.list
- echo "Set KDE neon Unstable Edition repository to new URL in neon.list"
-fi
-
-grep dev/stable /etc/apt/sources.list.d/neon.list
-oldrepo=$?
-if [ $oldrepo -eq 0 ]; then
- sed -i "s,http://archive.neon.kde.org/dev/stable,http://archive.neon.kde.org/testing," /etc/apt/sources.list.d/neon.list
- echo "Set KDE neon Testing Edition repository to new URL in neon.list"
-fi
-
mangle_unattended_upgrades () {
# Override unattended-upgrades default enabled nonesense.
# This crap is enabled by default and has no UI backing via packagekit
More information about the Neon-commits
mailing list