summarylogtreecommitdiffstats
path: root/bgbillingclient.install
blob: 5c2516dc5b0fbddd7110f0f7de661827413e5922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arg 1:  the new package version
post_install() {
  echo
  echo "After the install you must relog and forced update BGClient (as root)."
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  echo
  echo "After the upgrade you must forced update BGClient (as root)."
}