RDEPENDS_avahi-daemon:  sysvinit-pidof libavahi-common (>= 0.6.20) libavahi-core (>= 0.6.20) libdaemon (>= 0.12) expat (>= 2.0.0) glibc (>= 2.5) dbus (>= 1.0.3)
RRECOMMENDS_avahi-daemon: libnss-mdns
PKG_avahi-daemon: avahi-daemon
FILES_avahi-daemon: /usr/sbin/avahi-daemon                       /etc/avahi/avahi-daemon.conf                       /etc/avahi/hosts                       /etc/avahi/services                       /etc/dbus-1                       /etc/init.d/avahi-daemon                       /usr/share/avahi/introspection/*.introspect                       /usr/share/avahi/avahi-service.dtd                       /usr/share/avahi/service-types
pkg_postinst_avahi-daemon: \t# can\'t do this offline\n\tif [ "x$D" != "x" ]; then\n\t\texit 1\n\tfi\n\tgrep avahi /etc/group || addgroup avahi\n\tgrep avahi /etc/passwd || adduser --disabled-password --system --home /var/run/avahi-daemon --no-create-home avahi --ingroup avahi -g Avahi\n\n\tDBUSPID=`pidof dbus-daemon`\n\n\tif [ "x$DBUSPID" != "x" ]; then\n\t\t/etc/init.d/dbus-1 force-reload\n\tfi\nif test "x$D" != "x"; then\n\tOPT="-r $D"\nelse\n\tOPT="-s"\nfi\nupdate-rc.d $OPT avahi-daemon defaults 21 19\n
pkg_postrm_avahi-daemon: \tdeluser avahi || true\n\tdelgroup avahi || true\nupdate-rc.d $D avahi-daemon remove\n
pkg_prerm_avahi-daemon: #!/bin/sh\nif test "x$D" = "x"; then\n\t/etc/init.d/avahi-daemon stop\nfi\n
