diff options
author | Jonathan Steel <jsteel@archlinux.org> | 2016-04-27 21:31:42 +0100 |
---|---|---|
committer | Jonathan Steel <jsteel@archlinux.org> | 2016-04-27 21:31:42 +0100 |
commit | 424e3203e0a5d7ea31088dca2f7813abc8489979 (patch) | |
tree | 0779bbc331dfd418abe1504b6f8faaf730527845 /naemon.install | |
parent | 403b591f0104d36ebd13eaddf6da2263941b8eae (diff) | |
download | AUR-424e3203e0a5d7ea31088dca2f7813abc8489979.tar.gz AUR-424e3203e0a5d7ea31088dca2f7813abc8489979.tar.zst AUR-424e3203e0a5d7ea31088dca2f7813abc8489979.zip |
We should not remove users/groups when packages are uninstalled
https://lists.archlinux.org/pipermail/arch-dev-public/2015-February/026953.html
Diffstat (limited to 'naemon.install')
-rw-r--r-- | naemon.install | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/naemon.install b/naemon.install index 429505a..d5b5b5f 100644 --- a/naemon.install +++ b/naemon.install | |||
@@ -13,7 +13,3 @@ pre_remove() { | |||
13 | systemctl stop naemon | 13 | systemctl stop naemon |
14 | fi | 14 | fi |
15 | } | 15 | } |
16 | |||
17 | post_remove() { | ||
18 | userdel naemon | ||
19 | } | ||