diff options
Diffstat (limited to 'abs/not_built/extra/community/mediatomb/mediatomb.install')
-rw-r--r-- | abs/not_built/extra/community/mediatomb/mediatomb.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/not_built/extra/community/mediatomb/mediatomb.install b/abs/not_built/extra/community/mediatomb/mediatomb.install new file mode 100644 index 0000000..56f6ef9 --- /dev/null +++ b/abs/not_built/extra/community/mediatomb/mediatomb.install @@ -0,0 +1,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 +} |