summaryrefslogtreecommitdiff
path: root/rhnop-server/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'rhnop-server/debian/postinst')
-rwxr-xr-xrhnop-server/debian/postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/rhnop-server/debian/postinst b/rhnop-server/debian/postinst
deleted file mode 100755
index 4b5c141..0000000
--- a/rhnop-server/debian/postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# postinst script for rhnop-server
-
-set -e
-
-if [ "$1" = "configure" ]; then
- adduser --quiet --system --group --no-create-home --home /var/run/rhnop rhnop
- chgrp rhnop /etc/rhnop/nopsyncd.conf
-fi