new stuff
[archlinuxppc.git] / networkmanager / networkmanager.install
diff --git a/networkmanager/networkmanager.install b/networkmanager/networkmanager.install
new file mode 100644 (file)
index 0000000..63fb219
--- /dev/null
@@ -0,0 +1,8 @@
+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
+}