summarylogtreecommitdiffstats
path: root/package.install
diff options
context:
space:
mode:
Diffstat (limited to 'package.install')
-rw-r--r--package.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.install b/package.install
new file mode 100644
index 000000000000..0feb93de841c
--- /dev/null
+++ b/package.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "You have successfully installed the native part of the FirefoxPWA project"
+ echo "You should also install the Firefox extension if you haven't already"
+ echo "Download: https://addons.mozilla.org/firefox/addon/firefoxpwa/"
+}