Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 8ac054484f93aea9735bcfcbb45b382f > scriptlet

gpsd-2.95-6.fc15.x86_64.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