Add AUR PKGBUILD
This commit is contained in:
6
packaging/linux/aur/tmp/sunshine.install
Normal file
6
packaging/linux/aur/tmp/sunshine.install
Normal file
@@ -0,0 +1,6 @@
|
||||
post_install() {
|
||||
if ! getent group input > /dev/null; then
|
||||
echo "Creating group input"
|
||||
groupadd -r input
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user