about summary refs log tree commit diff
path: root/debian/network-manager.postinst
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-02-03 09:24:19 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-02-03 12:01:26 -0500
commit240934659cd8326a14324c73d4f0f88eecfddcab (patch)
treee07cde48aa0a143bebf10ca7103cc0e69febad25 /debian/network-manager.postinst
parentfbe61ddadf4a89800a8e3651ae91099259ddf2ad (diff)
parent1628eda029ba4dede8d4d45572c6b60367882436 (diff)
Merge tag 'debian/1.34.0-2' into ubuntu/master
network-manager Debian release 1.34.0-2
Diffstat (limited to 'debian/network-manager.postinst')
-rw-r--r--debian/network-manager.postinst7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/network-manager.postinst b/debian/network-manager.postinst
index 446a5513..daf65243 100644
--- a/debian/network-manager.postinst
+++ b/debian/network-manager.postinst
@@ -48,13 +48,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" le-nl "9999"; then
 		mkdir -p /etc/NetworkManager/conf.d || true
 		# for old versions, override the global config with a null config,