new stuff
[archlinuxppc.git] / networkmanager / networkmanager.install
1 post_upgrade() {
2   (( $(vercmp 0.8.3 $2) > 0 )) && cat <<MSG
3 ATTENTION:
4   /etc/NetworkManager/nm-system-settings.conf has been replaced
5   by /etc/NetworkManager/NetworkManager.conf. Make sure you move
6   any custom settings to the new config file.
7 MSG
8 }