Add AUR PKGBUILD

This commit is contained in:
ReenigneArcher
2022-06-18 20:46:59 -04:00
parent 12a361a3d9
commit f4074341a5
9 changed files with 351 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
post_install() {
if ! getent group input > /dev/null; then
echo "Creating group input"
groupadd -r input
fi
}