Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > f5e2d25b0823bcc01a331cb8cbf5175f > scriptlet

ncid-samba-0.80-2.fc15.noarch.rpm

PREUN

/bin/sh
if [ $1 = 0 ] ; then ### Uninstall package ###
    # stop services and remove autostart
    /sbin/service ncid-samba stop > /dev/null 2>&1 || :
    /sbin/chkconfig --del ncid-samba
fi

POSTIN

/bin/sh
/sbin/chkconfig --add ncid-samba

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then ### upgrade package ###
    # restart services if running
    /sbin/service ncid-samba condrestart >/dev/null 2>&1 || :
fi