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