diff options
Diffstat (limited to 'rhnop-client/debian/postinst')
-rwxr-xr-x | rhnop-client/debian/postinst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rhnop-client/debian/postinst b/rhnop-client/debian/postinst deleted file mode 100755 index 3ff8b35..0000000 --- a/rhnop-client/debian/postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 |