[neon/neon/settings/Neon/release-lts] debian: remove file harder

Jonathan Riddell null at kde.org
Fri Oct 16 17:31:39 BST 2020


Git commit ef312f6321268bbf584bafd2a359a843c5b3349c by Jonathan Riddell.
Committed on 16/10/2020 at 16:31.
Pushed by jriddell into branch 'Neon/release-lts'.

remove file harder

M  +3    -0    debian/neon-settings-2.postinst

https://invent.kde.org/neon/neon/settings/commit/ef312f6321268bbf584bafd2a359a843c5b3349c

diff --git a/debian/neon-settings-2.postinst b/debian/neon-settings-2.postinst
index a1081be..fb5a7ac 100644
--- a/debian/neon-settings-2.postinst
+++ b/debian/neon-settings-2.postinst
@@ -5,6 +5,9 @@
 
 . /usr/share/debconf/confmodule
 
+# remove old file from 2018 that conflicts with plasma 5.20
+rm -f /etc/apt/preferences.d/99-plasma-discover
+
 grep tmp/release /etc/apt/sources.list.d/neon.list
 oldrepo=$?
 if [ $oldrepo -eq 0 ]; then


More information about the Neon-commits mailing list