summarylogtreecommitdiffstats
path: root/firefox-socket-control-git.install
blob: ef944fcc25a3ee4a09f2d3e6303a2a5d71b6ddff (plain)
1
2
3
4
5
6
7
post_install() {
    printf "$(tput setaf 1)==> NOTE: To install the extension, you must first open and close Firefox *once* before being able to use it.$(tput sgr0)\n"
}

post_upgrade() {
    post_install
}