1 ## arg 1: the new package version
2 ## arg 2: the old package version
4 # warn 2.4.x users about conf file change
5 if [[ $(vercmp $2 2.5.0) -lt 0 ]]; then
7 Please note that pacaur $1 now support XDG standard properly
8 and that the main configuration file has been moved to
9 /etc/xdg/pacaur/pacaur.conf
11 Please move your /etc/pacaur.conf.pacsave to this new location.