summarylogtreecommitdiffstats
path: root/riemann.install
blob: 8dea6a48607dbda0e8f5ccc89fc99d4b61db54e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    systemd-sysusers riemann.conf
    install -d -o riemann -g riemann /var/log/riemann
    install -d -o riemann -g riemann /var/lib/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."
}