summarylogtreecommitdiffstats
path: root/bgbillingclient.install
diff options
context:
space:
mode:
Diffstat (limited to 'bgbillingclient.install')
-rw-r--r--bgbillingclient.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/bgbillingclient.install b/bgbillingclient.install
new file mode 100644
index 000000000000..5118b29dc7fc
--- /dev/null
+++ b/bgbillingclient.install
@@ -0,0 +1,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
+}