[neon/neon/settings/Neon/unstable] debian: neon.list is no more
Carlos De Maine
null at kde.org
Thu Sep 26 12:41:13 BST 2024
Git commit 893a6a7981afcd8cd4d84c9a9daf4e292dc23b45 by Carlos De Maine.
Committed on 26/09/2024 at 11:41.
Pushed by carlosdem into branch 'Neon/unstable'.
neon.list is no more
(cherry picked from commit 106c907b7cad62ec17f46e9bf312dda1abdba36c)
Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>
(cherry picked from commit fd6f3ce3ae7ad4003f2c09b0545ee1b5f1f5a59f)
Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>
M +0 -21 debian/neon-settings-2.postinst
https://invent.kde.org/neon/neon/settings/-/commit/893a6a7981afcd8cd4d84c9a9daf4e292dc23b45
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