mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
252 B
Text
10 lines
252 B
Text
|
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
|
||
|
}
|