Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > a95a122d4e98354b60bd8b2322797f4c > scriptlet

globus-gridftp-server-progs-13.21-1.mga8.i586.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
    /sbin/chkconfig --del globus-gridftp-server
    /sbin/chkconfig --del globus-gridftp-sshftp
    /sbin/service globus-gridftp-server stop
    /sbin/service globus-gridftp-sshftp stop
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
    /sbin/chkconfig --add globus-gridftp-server
    /sbin/chkconfig --add globus-gridftp-sshftp
fi

POSTUN

/bin/sh
if [ $1 -eq 1 ]; then
    /sbin/service globus-gridftp-server condrestart > /dev/null 2>&1 || :
    /sbin/service globus-gridftp-sshftp condrestart > /dev/null 2>&1 || :
fi