Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > f04b601ad41c2f45f9ff60384dfdf9ce > scriptlet

proftpd-mod_time-1.3.0-4mdv2007.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