summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Iuri Medeiros Cabral2020-09-05 20:45:49 -0300
committerDouglas Iuri Medeiros Cabral2020-09-05 20:45:49 -0300
commit909c305f65bb2bcc920f1cce809d0f7fc775d5e8 (patch)
treea91ee702408fa20f9a3c59ca9fa1fd5e961ec013
parentc626433b9e0424c3cd83aa3f556ebd8296906c6f (diff)
downloadaur-909c305f65bb2bcc920f1cce809d0f7fc775d5e8.tar.gz
Remove forticlient-vpn.install
-rw-r--r--forticlient-vpn.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/forticlient-vpn.install b/forticlient-vpn.install
deleted file mode 100644
index 688b29b6970d..000000000000
--- a/forticlient-vpn.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
-
- # Symlink fortivpn binary which is located in /opt
- ln -sf /opt/forticlient/fortivpn /usr/bin/fortivpn
- ln -sf opt/forticlient/gui/FortiClient-linux-x64/FortiClient /usr/bin/FortiClient
-
-}
-
-post_remove() {
-
- # Remove symlink to fortivpn binary
- rm /usr/bin/fortivpn
- rm /usr/bin/FortiClient
-
-}