summarylogtreecommitdiffstats
path: root/package.install
diff options
context:
space:
mode:
authorfilips2021-12-07 20:50:04 +0000
committerfilips2021-12-07 20:50:04 +0000
commit01e836aa57ec80c4da493817015cb08f36445075 (patch)
tree3828b3e83c3b0fc0a5ac9213ceb64b4078aad0f3 /package.install
parenta7a41f4cb326c1b5869e0280f55834e39c6c39ba (diff)
downloadaur-01e836aa57ec80c4da493817015cb08f36445075.tar.gz
Update to 1.3.0
Diffstat (limited to 'package.install')
-rwxr-xr-xpackage.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.install b/package.install
index 0feb93de841c..b32c802c52f7 100755
--- a/package.install
+++ b/package.install
@@ -1,5 +1,5 @@
post_install() {
- echo "You have successfully installed the native part of the FirefoxPWA project"
+ echo "You have successfully installed the native part of the PWAsForFirefox project"
echo "You should also install the Firefox extension if you haven't already"
- echo "Download: https://addons.mozilla.org/firefox/addon/firefoxpwa/"
+ echo "Download: https://addons.mozilla.org/firefox/addon/pwas-for-firefox/"
}