RDEPENDS_avahi-dnsconfd:  update-rc.d libavahi-common (>= 0.6.20) libdaemon (>= 0.12) glibc (>= 2.5)
PKG_avahi-dnsconfd: avahi-dnsconfd
FILES_avahi-dnsconfd: /usr/sbin/avahi-dnsconfd                         /etc/avahi/avahi-dnsconfd.action                         /etc/init.d/avahi-dnsconfd
pkg_postinst_avahi-dnsconfd: #!/bin/sh\nif test "x$D" != "x"; then\n\tOPT="-r $D"\nelse\n\tOPT="-s"\nfi\nupdate-rc.d $OPT avahi-dnsconfd defaults 22 19\n
pkg_postrm_avahi-dnsconfd: #!/bin/sh\nupdate-rc.d $D avahi-dnsconfd remove\n
pkg_prerm_avahi-dnsconfd: #!/bin/sh\nif test "x$D" = "x"; then\n\t/etc/init.d/avahi-dnsconfd stop\nfi\n
