Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > d8dcdee6cd7429f16f047bea1bd41851 > scriptlet

dpm-dsi-1.8.4-1.fc18.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ] ; then
	/sbin/service dpm-dsi stop > /dev/null 2>&1
	/sbin/chkconfig --del dpm-gsiftp
fi

POSTIN

/bin/sh
/sbin/chkconfig --add dpm-gsiftp
/sbin/ldconfig

POSTUN

/bin/sh
/sbin/ldconfig 
if [ $1 -ge 1 ]; then
	/sbin/service dpm-gsiftp condrestart > /dev/null 2>&1 || :
fi