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