Sophie

Sophie

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

proftpd-mod_wrap-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