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

post_upgrade() {
    post_install
}