summaryrefslogtreecommitdiff
path: root/package/pacemaker/files/pacemaker.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'package/pacemaker/files/pacemaker.postinst')
-rw-r--r--package/pacemaker/files/pacemaker.postinst7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/pacemaker/files/pacemaker.postinst b/package/pacemaker/files/pacemaker.postinst
deleted file mode 100644
index 008dd3320..000000000
--- a/package/pacemaker/files/pacemaker.postinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-gid=$(get_next_gid)
-gid2=$(get_next_gid)
-add_user hacluster $(get_next_uid) $gid /tmp
-add_group hacluster $gid
-add_group haclient $gid2