summarylogtreecommitdiffstats
path: root/pacemaker.install
diff options
context:
space:
mode:
authorBrian Bidulock2020-12-08 15:10:27 -0700
committerBrian Bidulock2020-12-08 15:10:27 -0700
commita9abe011dfd3dc80f8cc167e9203300ae37424ba (patch)
tree089f9b857c1d4c038b4928cb285d2e70ed5dee23 /pacemaker.install
parent399b8059b7d9f17263cdaa841be549d02d942e6b (diff)
downloadaur-a9abe011dfd3dc80f8cc167e9203300ae37424ba.tar.gz
uppkg
Diffstat (limited to 'pacemaker.install')
-rw-r--r--pacemaker.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/pacemaker.install b/pacemaker.install
deleted file mode 100644
index adf039e5698d..000000000000
--- a/pacemaker.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install(){ :
- usr/bin/getent group haclient >/dev/null || usr/bin/groupadd -r haclient -g 189
- usr/bin/getent passwd hacluster >/dev/null || usr/bin/useradd -r -g 189 -u 189 -s /sbin/nologin -c "cluster user" -d / hacluster
-}
-
-post_upgrade(){ :
-}
-
-post_remove(){ :
- usr/bin/getent group haclient >/dev/null && usr/bin/groupdel -f haclient
- usr/bin/getent passwd hacluster >/dev/null && usr/bin/userdel hacluster
-# usr/bin/rm -fr var/lib/pacemaker
-}
-