summarylogtreecommitdiffstats
path: root/bs.install
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-04-04 17:56:46 -0400
committerAndy Weidenbaum2018-04-04 17:56:46 -0400
commit5776c3a4cf379f92ea865a4ef84a60992a7abcec (patch)
tree3a0e47bb48589fef9410161f800af606d5285d5f /bs.install
parent09ca189130ce151ddb49b732a4d6a7edbd81f023 (diff)
downloadaur-5776c3a4cf379f92ea865a4ef84a60992a7abcec.tar.gz
increment pkgrel; add pacman hooks, rm chown
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'
########################################################################
########################################################################