diff options
author | aurelien <aurelien@cwb.io> | 2012-11-20 17:05:20 +0100 |
---|---|---|
committer | aurelien <aurelien@cwb.io> | 2012-11-20 17:05:20 +0100 |
commit | a9ef0f056d0fca5ed39c6e0e8dfec8a218ed8671 (patch) | |
tree | bedf53b85b0d0b6784e549786a98e7cb76474697 /pcr/mediatomb/mediatomb.install | |
parent | e39e3bd9c06df33666bad51d7ffee889d44c8eef (diff) |
+ bison++ log4cxx mediatomb perl-file-find-rule perl-num
ber-compare perl-text-glob python2-empy python2-rospkg rosinstall vcstools
Diffstat (limited to 'pcr/mediatomb/mediatomb.install')
-rw-r--r-- | pcr/mediatomb/mediatomb.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/mediatomb/mediatomb.install b/pcr/mediatomb/mediatomb.install new file mode 100644 index 000000000..56f6ef92c --- /dev/null +++ b/pcr/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 +} |