summarylogtreecommitdiffstats
path: root/chrome.install
diff options
context:
space:
mode:
Diffstat (limited to 'chrome.install')
-rw-r--r--chrome.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome.install b/chrome.install
new file mode 100644
index 000000000000..6d52d6777884
--- /dev/null
+++ b/chrome.install
@@ -0,0 +1,13 @@
+echo_url()
+{
+ echo "https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi"
+}
+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
+}