Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 157820a99699bfdac507bae1133bc6ad > scriptlet

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