summarylogtreecommitdiffstats
path: root/nextdns.install
blob: c05069f34c23f26d6c2e174980d65d8ff58da30b (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    nextdns install
}

post_remove() {
    if nextdns status > /dev/null 2>&1; then
        nextdns uninstall
    fi
}