summarylogtreecommitdiffstats
path: root/domoticz.install
blob: 58a50acb3adff7a3f3cbd79c36e2dc81a5f780a8 (plain)
1
2
3
4
5
post_install() {
  printf "post_install...\n"
  gpasswd -a http uucp
  chown -R http:http "${pkgdir}/opt/domoticz"
}