summarylogtreecommitdiffstats
path: root/firefox.install
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.install')
-rw-r--r--firefox.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/firefox.install b/firefox.install
new file mode 100644
index 000000000000..759529389c1d
--- /dev/null
+++ b/firefox.install
@@ -0,0 +1,13 @@
+echo_url()
+{
+ echo "https://addons.mozilla.org/en-US/firefox/addon/ugetintegration/"
+}
+post_install()
+{
+ echo "you should install uGet Integration extension to your browser"
+ echo_url
+}
+post_upgrade() {
+ echo "you should upgrade uGet Integration extension"
+ echo_url
+}