Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 7610aec5c4275c36eed41bcfed478c55 > scriptlet

nut-server-2.6.5-8.mga4.x86_64.rpm

PREIN

/bin/sh
# Create a 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/sbin/usermod -G dialout,tty,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