summarylogtreecommitdiffstats
path: root/networkmanager-git.install
blob: 6e57afe91e1b618b39b6f46d61238bc3e23cb6e6 (plain)
1
2
3
4
5
6
7
8
9
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
}