summarylogtreecommitdiffstats
path: root/chromium-ublock-origin.install
blob: 70ff2016215453a1a09ed26c3dbdc7c656508652 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "Instructions on how to add uBlock Origin to you Chrome/Chromium browser can"
    echo "be found at https://github.com/gorhill/uBlock/blob/master/dist/README.md."
    echo ""
    echo "The unpacked extension is located in: /usr/share/chromium-ublock-origin"
}

post_upgrade() {
	post_install
}