aboutsummaryrefslogtreecommitdiffstats
path: root/community/networkmanager/networkmanager.pre-install
blob: 266fb41248955420c5908d3f27ef56940c70d5eb (plain)
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S plugdev 2>/dev/null

printf "  *\n  * To setup system connections, regular users must either use Polkit for authentication or be a member of the 'plugdev' group."

exit 0