blob: 56f6ef92c2cc6e044054810ec4146be81520f66b (
plain)
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
}
|