mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
8 lines
188 B
Text
8 lines
188 B
Text
|
post_install() {
|
||
|
cat << _EOF
|
||
|
==> Edit /etc/minidlna.conf before running minidlna.
|
||
|
==> Add 'minidlna' to the DAEMONS array in /etc/rc.conf
|
||
|
==> to start MiniDLNA at boot-up.
|
||
|
_EOF
|
||
|
}
|