Add solaar-git
This commit is contained in:
10
src/solaar-git/solaar.install
Normal file
10
src/solaar-git/solaar.install
Normal 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."
|
||||
}
|
Reference in New Issue
Block a user