archrelease: copy trunk to extra-x86_64
[arch-packages.git] / zabbix / trunk / zabbix-server.install
blob2d0d0f5fb6fbddbe243588a6bccf4fb524efb49a
1 post_upgrade() {
2         if [[ $(vercmp $2 3.2.4-8) -lt 0 ]]; then
3                 post_install
4                 echo "Please note that the sqlite service file has been renamed to zabbix-server-sqlite.service in 3.2.4-8"
5         fi
8 post_install() {
9         # remove this notice after a month or two
10         echo "If you are upgrading from an AUR package, note that you will have to merge the config file (remove PIDFile),"
11         echo "adjust permissions (dedicated users per package) and enable one of zabbix-server-{sqlite,pgsql,mysql}.service"