summarylogtreecommitdiffstats
path: root/docker_makepkg.install
blob: 0bc73a99eb237512276c13ef90bab6a490f1632f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
        systemctl start docker-makepkg
}

post_remove() {
        systemctl disable docker-makepkg.timer
        systemctl stop docker-makepkg
        docker image rm makepkg
}