Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 96c9a3b81917dee6e6a39cf29d8e4c8c > scriptlet

tux-3.2.18-9.fc6.x86_64.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