summaryrefslogtreecommitdiff
path: root/pcr/firefox-pwa/package.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/firefox-pwa/package.install')
-rw-r--r--pcr/firefox-pwa/package.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/pcr/firefox-pwa/package.install b/pcr/firefox-pwa/package.install
new file mode 100644
index 000000000..b32c802c5
--- /dev/null
+++ b/pcr/firefox-pwa/package.install
@@ -0,0 +1,5 @@
+post_install() {
+ 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/pwas-for-firefox/"
+}