Add solaar-git

This commit is contained in:
moparisthebest
2017-04-16 22:45:03 -04:00
parent 94d9724335
commit 567dbbaf69
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
pre_install() {
if ! getent group plugdev >/dev/null; then
groupadd --system plugdev
fi
}
post_install() {
udevadm control --reload-rules
echo "To be able to use this application, user must be in the plugdev group."
}