FS#54409 - [mpd] post_remove needed to purge mpd user
Attached to Project:
Arch Linux
Opened by John (graysky) - Sunday, 11 June 2017, 13:19 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 11 June 2017, 14:28 GMT
Opened by John (graysky) - Sunday, 11 June 2017, 13:19 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 11 June 2017, 14:28 GMT
|
Details
The package currently has no means to remove the mpd user
created upon installation if the user removes the mpd
package. Please add post-remove section to the 'install'
file.
getent passwd mpd > /dev/null 2>&1 && userdel mpd getent group mpd > /dev/null 2>&1 && groupdel mpd |
This task depends upon
Closed by Doug Newgard (Scimmia)
Sunday, 11 June 2017, 14:28 GMT
Reason for closing: Not a bug
Additional comments about closing: https://www.archlinux.org/todo/usergroup -management/
Sunday, 11 June 2017, 14:28 GMT
Reason for closing: Not a bug
Additional comments about closing: https://www.archlinux.org/todo/usergroup -management/