OSDN Git Service

upg
[joborun/jobcore.git] / wpa_supplicant / wpa_supplicant.install
1 post_upgrade() {
2   if [[ $(vercmp "$2" '1:2.6-3') -lt 0 ]]; then
3     echo ':: The /etc/wpa_supplicant/wpa_supplicant.conf is file no longer managed by pacman'
4     echo '   and if it was modified, it has been renamed to wpa_supplicant.conf.pacsave.'
5     echo '   Move it to the original location if needed.'
6   fi
7 }