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