summarylogtreecommitdiffstats
path: root/camouflage.install
blob: db0bb69e12f911e2915f25e83990c952ed97bc08 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
        systemctl --quiet daemon-reload
}

post_upgrade() {
        post_install()
}

post_remove() {
        post_install()
}