summarylogtreecommitdiffstats
path: root/globalprotect.install
blob: 65c17d9e9733e21c23d0fee32c598d82608b309c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  echo "To use GlobalProtect, run the following commands:"
  echo "    $ sudo systemctl start gpd"
  echo "    /opt/paloaltonetworks/globalprotect/PanGPUI start &"
  echo "    $ sudo systemctl start gpa"
  echo "    $ globalprotect launch-ui"
  echo "In unsupported desktop environments (e.g. GNOME), to interact with the GlobalProtect UI, (re-)run:"
  echo "    $ globalprotect launch-ui"
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "GlobalProtect has been uninstalled; you may want to ensure that the gpa/gpd systemd services have been stopped!"
}