my_install(){echo -e"\e[32;40;1mYou can use 'bilitool-get-cookie-for-ff /path/to/cookies.sqlite' to get cookies (Firefox only)\e[0m"}# arg 1: the new package version
post_install() {
my_install
}# arg 1: the new package version# arg 2: the old package version
post_upgrade() {
my_install
}