Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 8aa545c85ce4f034bcabf606cbe8127f > scriptlet

dhcp-forwarder-0.8-1300.fc13.i686.rpm

PREIN

/bin/sh
/usr/sbin/fedora-groupadd 11 -r dhcp-fwd &>/dev/null || :
/usr/sbin/fedora-useradd  11 -r -s /sbin/nologin -M -c 'DHCP Forwarder user' \
                  -d /var/lib/dhcp-fwd -g dhcp-fwd dhcp-fwd &>/dev/null || :

POSTUN

/bin/sh
test "$1" != 0 || /usr/sbin/fedora-userdel  dhcp-fwd &>/dev/null || :
test "$1" != 0 || /usr/sbin/fedora-groupdel dhcp-fwd &>/dev/null || :