summarylogtreecommitdiffstats
path: root/firefox-socket-control-git.install
blob: 0c636d943de341085685bad5554c9dee39396a0c (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
}