sudo ./install.sh
#add aliases to /etc/avahi/aliases
sudo avahi-publish-aliases
sudo ./uninstall.sh
Included is an installer for a systemd service. I've only tested this on Fedora 17.
sudo ./install-systemd
sudo systemctl <start|stop|restart> avahi-alias.serivce
Included is an installer for an /etc/init.d script (tested on Debian Squeeze)
sudo ./install-init.sh
Requires dbus-python, avahi-ui-tools Python bindings seem to have been in avahi-tools pre F13 and have been moved.
Requires python-dbus, python-avahi