summarylogtreecommitdiffstats
path: root/bilibilitool-dotnet-git.install
blob: b360c5f3cb2af46790f6fafce5a9a4eb6f3f0ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}