summarylogtreecommitdiffstats
path: root/package.install
diff options
context:
space:
mode:
authorfilips2021-07-25 14:44:55 +0200
committerfilips2021-07-25 14:44:55 +0200
commit17ffc62ee64e1306acdb38d4dd8e2858a40e4a5f (patch)
treeaf45598ae99d16ebc38bac438eed7f4e60884c15 /package.install
downloadaur-17ffc62ee64e1306acdb38d4dd8e2858a40e4a5f.tar.gz
Update to 0.5.0
Diffstat (limited to 'package.install')
-rwxr-xr-xpackage.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.install b/package.install
new file mode 100755
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/"
+}