Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 55dda3d22c97335a7c08f25665c123d6 > scriptlet

tux-3.2.18-9.fc6.i386.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
    service tux stop > /dev/null 2>&1
    /sbin/chkconfig --del tux
    rm -rf /var/tux/*
fi

POSTIN

/bin/sh
/sbin/chkconfig --add tux

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
    service tux condrestart > /dev/null 2>&1
fi