Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 79c38c5e21a733b123b174696bf86f9d > scriptlet

nut-server-1.4.2-1mdk.i586.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