summarylogtreecommitdiffstats
path: root/firefox-pwa.install
blob: 0aba2aaf83a1fe932928c75e15bad0e9a2cce626 (plain)
1
2
3
4
5
6
7
8
9
10
11
print_info() {
  echo "firefox-pwa is the native component of the Firefox extension FirefoxPWA. Please make sure to have the extension installed in your main Firefox profile."
}

post_install() {
  print_info
}

post_upgrade() {
  print_info
}