mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user