summarylogtreecommitdiffstats
path: root/bgbillingclient.install
blob: 5118b29dc7fcd736b79e8944fbe9caaa75f897a6 (plain)
1
2
3
4
5
6
7
8
9
10
# arg 1:  the new package version
post_install() {
	echo
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
	echo
}