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