summarylogtreecommitdiffstats
path: root/torguard.install
blob: d043778df0ed5dbc0a16a4886af0ecfd31ed561e (plain)
1
2
3
4
5
6
7
8
9
10
11
pre_install() {
        if ! grep -q "^torguard:" /etc/group ; then groupadd --system torguard; fi
}

pre_upgrade() {
        if ! grep -q "^torguard:" /etc/group ; then groupadd --system torguard; fi
}

post_remove() {
}