Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-updates > by-pkgid > d51e6749b98c3af5e171709611b0bc47 > scriptlet

proftpd-mod_case-1.3.0-4.6mdv2007.0.x86_64.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/proftpd ]; then
    /etc/rc.d/init.d/proftpd restart 1>&2;
fi

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
    if [ -f /var/lock/subsys/proftpd ]; then
        /etc/rc.d/init.d/proftpd restart 1>&2
    fi
fi