Sophie

Sophie

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

groonga-munin-plugins-1.2.7-1.fc14.i686.rpm

POSTIN

/bin/sh
/usr/sbin/munin-node-configure --shell --remove-also | grep -e 'groonga_' | sh
[ -f /var/lock/subsys/munin-node ] && \
	/sbin/service munin-node restart > /dev/null 2>&1
:

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
	[ -f /var/lock/subsys/munin-node ] && \
		/sbin/service munin-node restart >/dev/null 2>&1
	:
fi