PKGBUILDs/aur/mediatomb/mediatomb.install
2011-12-11 19:44:15 +01:00

10 lines
252 B
Plaintext

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
}