Skip to content
Snippets Groups Projects
Commit 9b57361d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

add source files

parent aafaa305
No related branches found
No related tags found
No related merge requests found
trunk/brltty*
trunk/brltty
trunk/pkg/
trunk/src/
trunk/*.pkg.tar.xz
......
post_install () {
[ ! -e /etc/brlapi.key ] && mcookie -v > /etc/brlapi.key
echo "Please add your user to the brlapi group."
}
post_upgrade () {
post_install
}
post_remove() {
[ -e /etc/brlapi.key ] && rm -v /etc/brlapi.key
}
g brlapi -
z /etc/brlapi.key 0640 root brlapi -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment