summarylogtreecommitdiffstats
path: root/nordvpn-bin.install
diff options
context:
space:
mode:
authorMartoko2019-05-19 14:47:50 +0200
committerMartoko2019-05-19 14:47:50 +0200
commitcbe7fa2d4871d3ffb54bc2af237fa47a5c1691c3 (patch)
tree41df79653738ee1427705c1b7d6817cfe5a2cfa1 /nordvpn-bin.install
parentb5a02df89f9c92d3a4e301cc5effa18e8a108477 (diff)
downloadaur-cbe7fa2d4871d3ffb54bc2af237fa47a5c1691c3.tar.gz
Minor fix in .install script
Diffstat (limited to 'nordvpn-bin.install')
-rw-r--r--nordvpn-bin.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/nordvpn-bin.install b/nordvpn-bin.install
index d3de5a7b4358..af5e367edd0a 100644
--- a/nordvpn-bin.install
+++ b/nordvpn-bin.install
@@ -5,7 +5,7 @@ post_install() {
}
post_upgrade() {
- if [ $(vercmp $2 3.0.0-4) -lt 0 ]; then
+ if [ $(vercmp $2 3.0.0_4-1) -lt 0 ]; then
echo ':: In order to enable nordvpn you have to start two services:'
echo ' sudo systemctl enable --now nordvpnsd'
echo ' systemctl --user enable --now nordvpnud'