summarylogtreecommitdiffstats
path: root/quagga.install
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-02-04 20:24:11 +0700
committerKonstantin Shalygin2017-02-04 20:24:11 +0700
commitc07bc770d09ed280d371bc5d0fb99016b82f74b0 (patch)
tree7d8cea29109140927967bc716c7eacb7b92e29b3 /quagga.install
parentd9c4e3dce07dfd2149193ed43592f4d64e12158b (diff)
downloadaur-c07bc770d09ed280d371bc5d0fb99016b82f74b0.tar.gz
The packages list here use userdel/groupdel to remove the user they created. These should never be removed automatically as it poses a security risk if any files are left behind with this ownership.
Diffstat (limited to 'quagga.install')
-rw-r--r--quagga.install3
1 files changed, 0 insertions, 3 deletions
diff --git a/quagga.install b/quagga.install
deleted file mode 100644
index 32bbab7203d5..000000000000
--- a/quagga.install
+++ /dev/null
@@ -1,3 +0,0 @@
-post_remove() {
- userdel quagga > /dev/null
-}