#!/bin/bash hvconfig_pre() { hv_groupadd -g 27 polkituser hv_useradd -c Policy-Kit-Daemon-User -d /dev/null -u 27 \ -g polkituser -s /bin/false polkituser CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ --libexecdir=/usr/lib/PolicyKit \ --localstatedir=/var" }