summarylogtreecommitdiffstats
path: root/discontinuation-notice.install
blob: 08b6f0cb34fc984b826c15184a52ea4fe28eca6a (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "Changes in the Firefox extension API will make Beyond Australis cease"
  echo "working by November 2017 with Firefox 57. Development is discontinued."
}

post_upgrade() {
  post_install
}

# vim: ts=2 sw=2 et: