Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 54be04b123240a0e878e1ba3300daee6 > scriptlet

gpsd-2.95-2.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/ldconfig
/sbin/chkconfig --add gpsd