summarylogtreecommitdiffstats
path: root/hqplayer-embedded.install
blob: 5f43be5509d65deb8cd120f90f6e92598fb87819 (plain)
1
2
3
4
5
6
7
8
post_install() {
echo "
To enable upnp functionality add <upnp interface="auto" /> to hqplayerd.xml configuration file. For further documentation, consult hqplayerd manual"
}

post_upgrade() {
  post_install
}