Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 73fc962521408c65dffc99e23029383a > scriptlet

gfs2-utils-3.0.10-1.fc13.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add gfs2