PKGBUILDs/aur/mediatomb/mediatomb.install

10 lines
252 B
Plaintext
Raw Normal View History

2011-12-11 18:44:15 +00:00
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
}