summarylogtreecommitdiffstats
path: root/forticlientsslvpn.install
blob: cccc219577a645e8ebbefeb486ae65e4f37bb5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	# remember the user to accept the license before use
	# the program will not run otherwise
	echo -e "\nPlease remember to accept the license\nYou can do it running /opt/fortinet/forticlientsslvpn/helper/setup as root\n"
}

post_upgrade() {
        # remember the user to re-accept the license before use
        # the program will not run otherwise
        echo -e "\nPlease remember to re-accept the license\nYou can do it running /opt/fortinet/forticlientsslvpn/helper/setup as root again\n"
}