Merge pull request #5229 from lrusak/alsa-user

alsa-lib: remove duplicate user creation (already in systemd)
This commit is contained in:
Christian Hewitt 2021-03-19 19:25:41 +04:00 committed by GitHub
commit 0166c7ca16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}