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, 0 insertions, 11 deletions
diff --git a/firefox-pwa.install b/firefox-pwa.install
deleted file mode 100644
index 0aba2aaf83a1..000000000000
--- a/firefox-pwa.install
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-}