1 2 3 4 5 6 7 8 9
post_install() { echo 'Warning: the MediaTomb web interface exposes your filesystem to the network' echo 'For maximum security, set <ui enabled="no"> in your MediaTomb config file' } post_upgrade() { # TODO: disable next update post_install }