diff options
Diffstat (limited to 'debian/network-manager.postinst')
| -rw-r--r-- | debian/network-manager.postinst | 7 |
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, |