diff options
Diffstat (limited to 'core/openvpn/openvpn.install')
-rw-r--r-- | core/openvpn/openvpn.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/openvpn/openvpn.install b/core/openvpn/openvpn.install new file mode 100644 index 000000000..5fd3285cb --- /dev/null +++ b/core/openvpn/openvpn.install @@ -0,0 +1,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 +} |