summarylogtreecommitdiffstats
path: root/bgbillingclient.install
diff options
context:
space:
mode:
authordarkbarker2017-03-24 15:24:02 +0500
committerdarkbarker2017-03-24 15:24:02 +0500
commit05b08bbafd194906008309e61f386164c7df5367 (patch)
tree1062fd41cab7d63f013c1056db2d4ae997388d1d /bgbillingclient.install
downloadaur-05b08bbafd194906008309e61f386164c7df5367.tar.gz
Initial import
Diffstat (limited to 'bgbillingclient.install')
-rw-r--r--bgbillingclient.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/bgbillingclient.install b/bgbillingclient.install
new file mode 100644
index 000000000000..5c2516dc5b0f
--- /dev/null
+++ b/bgbillingclient.install
@@ -0,0 +1,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)."
+}