summarylogtreecommitdiffstats
path: root/forticlient-vpn.install
blob: a1b01443c9cefbbc4daa8510909ecccee80ed56f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

}