net-misc/taylor-uucp: drop usermod calls

If a specific shell is required for the uucp user, it must be handled in
acct-user/uucp and/or sys-apps/baselayout.

Bug: https://bugs.gentoo.org/19128
Closes: https://bugs.gentoo.org/915215
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2023-10-05 15:55:25 -04:00
parent f7e253a0c7
commit c8a96f916d

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -59,11 +59,3 @@ src_install() {
dodoc ChangeLog NEWS README TODO
}
pkg_preinst() {
usermod -s /bin/bash uucp || die
}
pkg_postrm() {
usermod -s /bin/false uucp || die
}