Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > e7f6d0d3768422db4870baa5ac69d900 > scriptlet

gfs2-utils-3.1.1-2.fc14.i686.rpm

PREUN

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

POSTIN

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