summaryrefslogtreecommitdiff
path: root/pcr/mediatomb/mediatomb.install
diff options
context:
space:
mode:
authoraurelien <aurelien@cwb.io>2012-11-20 17:05:20 +0100
committeraurelien <aurelien@cwb.io>2012-11-20 17:05:20 +0100
commita9ef0f056d0fca5ed39c6e0e8dfec8a218ed8671 (patch)
treebedf53b85b0d0b6784e549786a98e7cb76474697 /pcr/mediatomb/mediatomb.install
parente39e3bd9c06df33666bad51d7ffee889d44c8eef (diff)
downloadabslibre-a9ef0f056d0fca5ed39c6e0e8dfec8a218ed8671.tar.gz
abslibre-a9ef0f056d0fca5ed39c6e0e8dfec8a218ed8671.tar.bz2
abslibre-a9ef0f056d0fca5ed39c6e0e8dfec8a218ed8671.zip
+ 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.install9
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
+}