Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > fc51116ed4e63577fcfc36f4c59bace5 > scriptlet

nut-server-2.2.1-2mdv2008.1.x86_64.rpm

PREIN

/bin/sh
# Create an UPS user. We do not use the buggy macro /usr/share/rpm-helper/add-group nut $1 anymore.  
/usr/share/rpm-helper/add-user nut $1 ups /var/state/ups /bin/false 
/usr/share/rpm-helper/add-group nut $1 ups ups 
/usr/share/rpm-helper/add-group nut $1 tty ups 
/usr/share/rpm-helper/add-group nut $1 usb ups

PREUN

/bin/sh
/usr/share/rpm-helper/del-service nut $1 upsd

POSTIN

/bin/sh
/usr/share/rpm-helper/add-service nut $1 upsd

POSTUN

/bin/sh
# Only do this if it is not an upgrade
if [ ! -f /usr/sbin/upsmon ]; then
   /usr/share/rpm-helper/del-user nut $1 ups 
fi