summarylogtreecommitdiffstats
path: root/holo-users-groups.install
blob: 0e251aa6ffa67be190d38eab1ec08ed057eb3250 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    holo apply
}
post_upgrade() {
    holo apply
}
post_remove() {
    holo apply
}