summarylogtreecommitdiffstats
path: root/himitsu-firefox.install
blob: 47caf923fa1e79bba8d36bb61da903f1af1c4b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	cat >&2 <<EOF
* 
* The himitsu-firefox package only includes the native messaging support
* for the corresponding Firefox add-on. You must install the Firefox
* add-on manually to actually use it:
* 
* https://addons.mozilla.org/firefox/addon/himitsu-integration/
* 
EOF
}