summarylogtreecommitdiffstats
path: root/networkmanager-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'networkmanager-git.install')
-rw-r--r--networkmanager-git.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/networkmanager-git.install b/networkmanager-git.install
deleted file mode 100644
index 6e57afe91e1b..000000000000
--- a/networkmanager-git.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
-}