summarylogtreecommitdiffstats
path: root/bs.install
diff options
context:
space:
mode:
Diffstat (limited to 'bs.install')
-rw-r--r--bs.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/bs.install b/bs.install
index 994e00ce0e63..97acf9cf09a0 100644
--- a/bs.install
+++ b/bs.install
@@ -11,6 +11,12 @@ post_install() {
printf "%b\n" "$xx"
}
+post_upgrade() {
+ _mkuser
+ chown -R $_bs_user:$_bs_group /etc/bs /srv/bs /var/log/bs
+ printf "%b\n" "$xx"
+}
+
post_remove() {
_rmuser
rm -rf /etc/bs /srv/bs /var/log/bs