diff --git a/debian/postinst b/debian/postinst index 9556cc7..ecd148a 100644 --- a/debian/postinst +++ b/debian/postinst @@ -6,9 +6,4 @@ case "$1" in ;; esac -# avahi explicitly doesn't broadcast over ZeroTier -# so tell avahi to change the config -# avahi already reloads config on file change -sed -i 's/,zt0//' /etc/avahi/avahi-daemon.conf - #DEBHELPER#