summaryrefslogtreecommitdiff
path: root/core/openvpn/openvpn.install
blob: 5fd3285cb918a16fb2942f7cb187f5bb0e986c87 (plain)
1
2
3
4
5
6
7
8
## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
  if [ $(vercmp 2.3.2-1 $2) -ge 0 ]; then
    echo ">>> easy-rsa has moved into its own package. Run:"
    echo ">>>  # pacman -S easy-rsa"
  fi
}