repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db-move: moved linux from [testing] to [core] (x86_64)
[arch-packages.git]
/
brltty
/
trunk
/
brltty.install
blob
4dc02332934934140fdb650e921525cee60dd517
1
post_install () {
2
[ ! -e /etc/brlapi.key ] && brltty-genkey
3
echo "Please add your user to the brlapi group."
4
}
5
6
post_upgrade () {
7
post_install
8
}
9
10
post_remove() {
11
[ -e /etc/brlapi.key ] && rm -v /etc/brlapi.key
12
}