sys-apps/shadow: remove obsolete pkg_preinst and pkg_postinst message

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2025-12-13 16:33:16 -05:00
parent 56ef9db115
commit 1b8c2ce6eb

View File

@@ -227,11 +227,6 @@ src_install() {
fi
}
pkg_preinst() {
rm -f "${EROOT}"/etc/pam.d/system-auth.new \
"${EROOT}/etc/login.defs.new"
}
pkg_postinst() {
# Missing entries from /etc/passwd can cause odd system blips.
# See bug #829872.
@@ -268,6 +263,4 @@ pkg_postinst() {
touch "${EROOT}"/etc/subgid
[[ ! -f "${EROOT}"/etc/subuid ]] &&
touch "${EROOT}"/etc/subuid
einfo "The 'adduser' symlink to 'useradd' has been dropped."
}