diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-08-06 05:23:17 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-08-06 05:23:17 (GMT) |
commit | e7b31175f84daf5c900f5229b32d76fc7ed44746 (patch) | |
tree | 9a3f683f84aee3a58eae553c34298b6634c57990 /abs/extra/community/mediatomb/mediatomb.install | |
parent | 98d1e86bb32b7e3e060da019fbb32e5644658702 (diff) | |
download | linhes_pkgbuild-e7b31175f84daf5c900f5229b32d76fc7ed44746.zip linhes_pkgbuild-e7b31175f84daf5c900f5229b32d76fc7ed44746.tar.gz linhes_pkgbuild-e7b31175f84daf5c900f5229b32d76fc7ed44746.tar.bz2 |
mediatomb: Bump to latest.
Diffstat (limited to 'abs/extra/community/mediatomb/mediatomb.install')
-rw-r--r-- | abs/extra/community/mediatomb/mediatomb.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/community/mediatomb/mediatomb.install b/abs/extra/community/mediatomb/mediatomb.install new file mode 100644 index 0000000..56f6ef9 --- /dev/null +++ b/abs/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 +} |