4 infodir=/usr/share/info
5 install-info $infodir/halevt.info $infodir/dir
6 if [ -z "`getent group halevt`" ]; then
9 if [ -z "`getent passwd halevt`" ]; then
10 useradd -c 'Halevt system user' -g halevt -d '/var/lib/halevt' -s '/bin/false' halevt
12 chown halevt:halevt /var/lib/halevt /var/run/halevt
13 echo ">> halevt: example configurations can be found in /usr/share/halevt/examples/"
21 userdel halevt &> /dev/null
22 groupdel halevt &> /dev/null