#!/bin/sh # postinst script for rhnop-client set -e if [ "$1" = "configure" ]; then adduser --quiet --system --group --no-create-home --home /var/run/rhnop rhnop chgrp rhnop /etc/rhnop/nopcollectd.*.conf chgrp rhnop /etc/rhnop/nopsysstated.conf fi