Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > b9addedd41ac2e9230fb578d8585a337 > scriptlet

proftpd-mod_ctrls_admin-1.3.1-0.rc2.3mdv2007.1.x86_64.rpm

POSTIN

/bin/sh
service proftpd condrestart

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
    service proftpd condrestart
fi

#%post -n proftpd-mod_facl
#service proftpd condrestart
#    
#%postun -n proftpd-mod_facl
#if [ "$1" = 0 ]; then
#    service proftpd condrestart
#fi