summarylogtreecommitdiffstats
path: root/ploop.install
blob: d7227c05fca5ef1c8533f57267099115fa3029fb (plain)
1
2
3
4
5
6
7
post_install() {
  systemd-tmpfiles --create ploop.conf
}

post_upgrade() {
  systemd-tmpfiles --create ploop.conf
}