Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 88228eb315fcb087f18b1c6f8355ba3f > scriptlet

tinyproxy-1.4.3-1mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then service tinyproxy stop > /dev/null 2>/dev/null || :; /sbin/chkconfig --del tinyproxy; fi;

POSTIN

/bin/sh
if [ $1 = 1 ]; then /sbin/chkconfig --add tinyproxy; else if [ -f /var/lock/subsys/tinyproxy ]; then service tinyproxy restart > /dev/null 2>/dev/null || : ; fi; fi;