summarylogtreecommitdiffstats
path: root/bs.install
diff options
context:
space:
mode:
Diffstat (limited to 'bs.install')
-rw-r--r--bs.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/bs.install b/bs.install
index e13210f6dfe6..2acf832c1997 100644
--- a/bs.install
+++ b/bs.install
@@ -1,8 +1,4 @@
-_bs_user=obelisk
-_bs_group=obelisk
-
post_install() {
- chown -R $_bs_user:$_bs_group /etc/obelisk/bs /var/log/obelisk/bs
printf "%b\n" "$obelisk"
}
@@ -10,10 +6,6 @@ post_upgrade() {
post_install
}
-post_remove() {
- rm -rf /etc/obelisk/bs /var/log/obelisk/bs
-}
-
read -d '' obelisk <<'EOF'
########################################################################
########################################################################