summarylogtreecommitdiffstats
path: root/forticlient-vpn.install
diff options
context:
space:
mode:
authorDouglas Iuri Medeiros Cabral2020-09-05 11:35:55 -0300
committerDouglas Iuri Medeiros Cabral2020-09-05 11:35:55 -0300
commitbcd97483c7f566da179a64bff2467e919e7101da (patch)
tree57e7fd9bbdcc884010294acabfbbebb21c8884bd /forticlient-vpn.install
parent1cc968ccea4ab02bd059684e391d815e5df70f0f (diff)
downloadaur-bcd97483c7f566da179a64bff2467e919e7101da.tar.gz
Updated .SRCINFO
Diffstat (limited to 'forticlient-vpn.install')
-rw-r--r--forticlient-vpn.install14
1 files changed, 8 insertions, 6 deletions
diff --git a/forticlient-vpn.install b/forticlient-vpn.install
index a1b01443c9ce..688b29b6970d 100644
--- a/forticlient-vpn.install
+++ b/forticlient-vpn.install
@@ -1,13 +1,15 @@
-post_install () {
+post_install() {
- # Symlink fortivpn binary which is located in /opt
- ln -sf /opt/forticlient/fortivpn /usr/bin/fortivpn
+ # 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 () {
+post_remove() {
- # Remove symlink to fortivpn binary
- rm /usr/bin/fortivpn
+ # Remove symlink to fortivpn binary
+ rm /usr/bin/fortivpn
+ rm /usr/bin/FortiClient
}