Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : windows-gaming-git.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
windows-gaming.install
blob: 4216358c3a74c63a936a663fb333eb4173ab3aab (
plain
)
1
2
3
4
5
post_install
() {
if
!
getent group vfio
>/
dev
/
null
;
then
groupadd
--system
vfio
fi
}