summarylogtreecommitdiffstats
path: root/forticlient-vpn.install
diff options
context:
space:
mode:
Diffstat (limited to 'forticlient-vpn.install')
-rw-r--r--forticlient-vpn.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/forticlient-vpn.install b/forticlient-vpn.install
new file mode 100644
index 000000000000..a1b01443c9ce
--- /dev/null
+++ b/forticlient-vpn.install
@@ -0,0 +1,13 @@
+post_install () {
+
+ # Symlink fortivpn binary which is located in /opt
+ ln -sf /opt/forticlient/fortivpn /usr/bin/fortivpn
+
+}
+
+post_remove () {
+
+ # Remove symlink to fortivpn binary
+ rm /usr/bin/fortivpn
+
+}