summarylogtreecommitdiffstats
path: root/firefox-pwa.install
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-pwa.install')
-rw-r--r--firefox-pwa.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/firefox-pwa.install b/firefox-pwa.install
new file mode 100644
index 000000000000..0aba2aaf83a1
--- /dev/null
+++ b/firefox-pwa.install
@@ -0,0 +1,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
+}