# be possible.
#
# Beware, this only works if SYS_USER_UID is guaranteed to have a
- # real UID and not, for example, -1. That is taken care of in
- # src_configure() for now.
- touch "${T}/${SYS_USER_UID}" || die
- insinto "/var/lib/sys-user"
- doins "${T}/${SYS_USER_UID}"
+ # real UID and not, for example, -1.
+ #
+ # TODO: this is a problem now!
+ #
+ #touch "${T}/${SYS_USER_UID}" || die
+ #insinto "/var/lib/sys-user"
+ #doins "${T}/${SYS_USER_UID}"
}
sys-user_pkg_preinst() {