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