summarylogtreecommitdiffstats
path: root/quagga.install
diff options
context:
space:
mode:
Diffstat (limited to 'quagga.install')
-rw-r--r--quagga.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/quagga.install b/quagga.install
index 247454599dad..32bbab7203d5 100644
--- a/quagga.install
+++ b/quagga.install
@@ -1,13 +1,3 @@
-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
}