updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nagios-nrpe-ipv6 / nrpe-ipv6.install
blob76e21e149698afc373136720822a83dad758f1b6
1 # nrpe-ipv6.install
3 post_install() {
4   getent group nagios >/dev/null || groupadd -g 30 nagios >/dev/null
5   getent passwd nagios >/dev/null || useradd -u 30 -g nagios -d /dev/null -s /bin/false nagios >/dev/null
8 post_remove() {
9   userdel nagios &>/dev/null
10   groupdel nagios &>/dev/null
13 # vim:set ts=2 sw=2 et: