summarylogtreecommitdiffstats
path: root/cyberghostvpn.install
diff options
context:
space:
mode:
Diffstat (limited to 'cyberghostvpn.install')
-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
}