summarylogtreecommitdiffstats
path: root/firefox-pwa.install
diff options
context:
space:
mode:
authorPeter Cai2021-07-09 17:04:55 +0800
committerPeter Cai2021-07-09 17:04:55 +0800
commit67795dbab1f340c5f53fbdc215d1e32ef9e64b2a (patch)
tree7bebe53af7eed0d914dbfacb1977edcc8e20c198 /firefox-pwa.install
parentfff1ee7a4326e002da77b4c124b780b4c71b2e88 (diff)
downloadaur-67795dbab1f340c5f53fbdc215d1e32ef9e64b2a.tar.gz
add post-install prompt for installing the actual extension itself
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
+}