Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 0deea222b442c60c58e17ec159ae7038 > scriptlet

proftpd-mod_ctrls_admin-1.3.3g-0.1.mga1.i586.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

#%post -n proftpd-mod_facl
#service proftpd condrestart > /dev/null 2>/dev/null || :
#    
#%preun -n proftpd-mod_facl
#if [ "$1" = 0 ]; then
#    service proftpd condrestart > /dev/null 2>/dev/null || :
#fi

POSTIN

/bin/sh
service proftpd condrestart > /dev/null 2>/dev/null || :