mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
260 B
Text
9 lines
260 B
Text
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
|
|
}
|