summarylogtreecommitdiffstats
path: root/disig-web-signer.install
blob: fa719454f8f1ca0be91191d20dd3569361aaf402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo ">>> disig-web-signer browser addon has NOT been installed into Firefox."
  echo ">>> You can install the plugin into Firefox from the following location:"
  echo -n ">>>     "
  ls /opt/disig/websigner/firefox/*.xpi
}

post_upgrade() {
  echo ">>> You may need to upgrade the Firefox addon for disig-web-signer if you use it:"
  echo -n ">>>     "
  ls /opt/disig/websigner/firefox/*.xpi
}