initial import
This commit is contained in:
9
lockdev/lockdev.install
Normal file
9
lockdev/lockdev.install
Normal file
@@ -0,0 +1,9 @@
|
||||
post_install() {
|
||||
echo ">>> WARNING: Your user need to be in 'lock' and 'uucp' groups to connect to devices:"
|
||||
echo ">>> # gpasswd -a <your-user> lock"
|
||||
echo ">>> # gpasswd -a <your-user> uucp"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
Reference in New Issue
Block a user