summarylogtreecommitdiffstats
path: root/hqplayer-embedded.install
blob: 918b44fa18b8fb7deffa404c529389b646aa0dd0 (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
}