summarylogtreecommitdiffstats
path: root/riemann.install
blob: a5015053d118c08e772c20dd1b8fe5f9ce8377f6 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    systemd-sysusers riemann.conf
    install -d -o riemann -g riemann /var/{lib,log}/riemann
}

post_remove() {
    echo "Note: this package does not automatically remove the riemann user " \
         "and group. Please remove them manually if they are no longer " \
         "required."
}