alsa-lib: remove duplicate user creation (already in systemd)

This commit is contained in:
Lukas Rusak 2021-03-08 13:49:04 -08:00
parent 7932f3f3c7
commit b4d22c3263
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -34,7 +34,3 @@ post_makeinstall_target() {
mkdir -p ${INSTALL}/usr/config mkdir -p ${INSTALL}/usr/config
cp -PR ${PKG_DIR}/config/modprobe.d ${INSTALL}/usr/config cp -PR ${PKG_DIR}/config/modprobe.d ${INSTALL}/usr/config
} }
post_install() {
add_group audio 63
}