summarylogtreecommitdiffstats
path: root/quagga.install
blob: 247454599dade2777465a4eb890d1fdeb644244a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  systemd-sysusers quagga.conf
  systemd-tmpfiles --create quagga.conf
}

post_upgrade() {
  systemctl daemon-reload
}

post_remove() {
  systemctl daemon-reload
  userdel quagga > /dev/null
}