Date: Monday, February 9, 2015 @ 22:20:47 Author: anatolik Revision: 127440
Do not remove users during uninstall https://www.archlinux.org/todo/usergroup-management/ Modified: mldonkey/trunk/mldonkey.install ------------------+ mldonkey.install | 7 ------- 1 file changed, 7 deletions(-) Modified: mldonkey.install =================================================================== --- mldonkey.install 2015-02-09 21:16:29 UTC (rev 127439) +++ mldonkey.install 2015-02-09 21:20:47 UTC (rev 127440) @@ -19,13 +19,6 @@ } post_remove() { - if getent passwd mldonkey >/dev/null; then - userdel mldonkey - fi - if getent group mldonkey >/dev/null; then - groupdel mldonkey - fi - if type -P update-desktop-database &> /dev/null; then update-desktop-database -q fi
