[arch-commits] Commit in mpd/trunk (mpd.install)
Andrea Scarpino
andrea at archlinux.org
Mon Mar 22 16:37:13 UTC 2010
Date: Monday, March 22, 2010 @ 12:37:12
Author: andrea
Revision: 73081
typo
Modified:
mpd/trunk/mpd.install
-------------+
mpd.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: mpd.install
===================================================================
--- mpd.install 2010-03-22 16:34:44 UTC (rev 73080)
+++ mpd.install 2010-03-22 16:37:12 UTC (rev 73081)
@@ -12,6 +12,6 @@
post_remove() {
getent passwd mpd >/dev/null 2>&1 && userdel mpd &>/dev/null
- getent group mpd >/dev/null 2>&1 && userdel mpd &>/dev/null
+ getent group mpd >/dev/null 2>&1 && groupdel mpd &>/dev/null
[ -f etc/mpd.conf ] && rm etc/mpd.conf &>/dev/null
}
\ No newline at end of file
More information about the arch-commits
mailing list