Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 57092d884b11c9bc2fce889df08e5d7c > scriptlet

avahi-dnsconfd-0.6.27-2.fc14.x86_64.rpm

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
    /sbin/service avahi-dnsconfd stop >/dev/null 2>&1 || :
    /sbin/chkconfig --del avahi-dnsconfd >/dev/null 2>&1 || :
    /usr/bin/systemd-install --realize disable avahi-dnsconfd.service >/dev/null 2>&1 || :
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