repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
ydotool
/
trunk
/
ydotool.install
blob
065f9b4e1ea8f0d99adc028fbee00d9cdb31f37f
1
post_install() {
2
echo 'Make sure your user is in the `input` group by running the following command:'
3
echo ' $ usermod -aG input $USER'
4
}
5
6
post_upgrade() {
7
post_install
8
}