From cf3cea148037f9c5ce930a6d44a48be0413427cb Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:53:36 +0200 Subject: Remove obsolete upgrade code --- debian/network-manager.postinst | 7 ------- 1 file changed, 7 deletions(-) (limited to 'debian/network-manager.postinst') diff --git a/debian/network-manager.postinst b/debian/network-manager.postinst index 2996afcc..e5fb9373 100644 --- a/debian/network-manager.postinst +++ b/debian/network-manager.postinst @@ -41,13 +41,6 @@ case "$1" in fi fi - # Fix up existing /etc/resolv.conf symlinks after the migration to /run - if dpkg --compare-versions "$2" lt-nl "1.8.0-4"; then - if [ "$(readlink /etc/resolv.conf)" = /var/run/NetworkManager/resolv.conf ] ; then - ln -sf /run/NetworkManager/resolv.conf /etc/resolv.conf - fi - fi - if dpkg --compare-versions "$2" lt-nl "1.20.4-2"; then if [ -f /var/lib/NetworkManager/secret_key ]; then chmod 0600 /var/lib/NetworkManager/secret_key -- cgit 1.3.0-6-gf8a5