summarylogtreecommitdiffstats
path: root/networkmanager.install
blob: f9da4feb19e936077cd57027bf09862fb013e871 (plain)
1
2
3
4
5
6
7
8
9
post_upgrade() {
  (( $(vercmp $2 0.8.3) < 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
}