blob: 13ac94f061248385ca694f248140a1c6decaf159 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install(){
echo 'You need to add your user to the "input" group, i.e. by running
usermod -aG input USER
After that you need to logout to apply changes.
Sample files can be found under /usr/share/keysound/audio'
}
|