summaryrefslogtreecommitdiff
path: root/rhnop-client/debian/postinst
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-11 23:22:33 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-12 00:04:36 (GMT)
commitd71335b6ccb2b71e846736bc8e7e8a3ccc954b7f (patch)
tree5182e556d6b4e58c5d5d07b8820d0416a6697288 /rhnop-client/debian/postinst
parent7e8500a355a15dcdb303e3a109c34ca82c18ba38 (diff)
removed old seperate directories
Diffstat (limited to 'rhnop-client/debian/postinst')
-rwxr-xr-xrhnop-client/debian/postinst10
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