summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHojjat Ali Mohammadi2021-04-03 20:40:51 +0200
committerHojjat Ali Mohammadi2021-04-03 20:40:51 +0200
commit155677880d841d55cc724ba401c715aa4718c38b (patch)
tree5605286098fffda24f11ceaf97912b28bf6943b1
parent8bd9ae6284b5eab28c091d8c039ccee531591352 (diff)
downloadaur-155677880d841d55cc724ba401c715aa4718c38b.tar.gz
Fix installation script
-rw-r--r--cyberghostvpn.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/cyberghostvpn.install b/cyberghostvpn.install
index 10acd806a02b..82072e87cbbf 100644
--- a/cyberghostvpn.install
+++ b/cyberghostvpn.install
@@ -8,6 +8,7 @@ note() {
}
post_install() {
+ ln -sf /usr/local/cyberghost/cyberghostvpn /usr/bin/cyberghostvpn
note "Enable systemd-resolved: systemctl enable systemd-resolved.service"
note "Setup your account: cyberghostvpn --setup"
}
@@ -17,5 +18,6 @@ post_upgrade() {
}
post_remove() {
+ unlink /usr/bin/cyberghostvpn
rm -rf /usr/local/cyberghost
}