summarylogtreecommitdiffstats
path: root/irony.install
blob: c54b5bca4cb9bf67195be0618c230ca832b59595 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  systemd-tmpfiles --create
  
  chown http:http /var/log/irony
}

post_upgrade() {
  post_install
}