Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 6faf754f774fc2692d06e721886297ee > scriptlet

avahi-dnsconfd-0.6.25-6.fc13.i686.rpm

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
    /sbin/service avahi-dnsconfd stop >/dev/null 2>&1 || :
    /sbin/chkconfig --del avahi-dnsconfd
fi

POSTIN

/bin/sh
# avahi-dnsconfd NOT run by default in any runlevel; add it
# so system-config-services can see it
/sbin/chkconfig --add avahi-dnsconfd >/dev/null 2>&1 || :

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
   /sbin/service avahi-dnsconfd condrestart >/dev/null 2>&1 || :
fi