summarylogtreecommitdiffstats
path: root/opera.install
blob: 727812b2e2c29b0b18504a5f802545b3352e0915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}