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