Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > 9baa90fe7b5bb951bea639ea219ea0c5 > scriptlet

samba-winbind-4.1.12-5.fc20.i686.rpm

PREIN

/bin/sh
/usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || :

PREUN

/bin/sh

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        systemctl --no-reload disable winbind.service > /dev/null 2>&1 || : 
        systemctl stop winbind.service > /dev/null 2>&1 || : 
fi

POSTIN

/bin/sh

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl preset winbind.service >/dev/null 2>&1 || : 
fi

POSTUN

/bin/sh

systemctl daemon-reload >/dev/null 2>&1 || : 
if [ $1 -ge 1 ] ; then 
        # Package upgrade, not uninstall 
        systemctl try-restart smb.service >/dev/null 2>&1 || : 
fi 

systemctl daemon-reload >/dev/null 2>&1 || : 
if [ $1 -ge 1 ] ; then 
        # Package upgrade, not uninstall 
        systemctl try-restart nmb.service >/dev/null 2>&1 || : 
fi