summarylogtreecommitdiffstats
path: root/networkmanager.install
diff options
context:
space:
mode:
Diffstat (limited to 'networkmanager.install')
-rw-r--r--networkmanager.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/networkmanager.install b/networkmanager.install
deleted file mode 100644
index de40c17ed1be..000000000000
--- a/networkmanager.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_upgrade() {
- (( $(vercmp 0.8.3 $2) > 0 )) && cat <<MSG
-ATTENTION:
- /etc/NetworkManager/nm-system-settings.conf has been replaced
- by /etc/NetworkManager/NetworkManager.conf. Make sure you move
- any custom settings to the new config file.
-MSG
- true
-}