repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git]
/
pytyle3-git
/
pytyle3.install
blob
c2f4dc9811884dff3e5889f2bbc1e875e34a5ef0
1
post_install() {
2
echo "Place config.py and keybind.py in ~/.config/pytyle3"
3
echo "They can be found in /etc/xdg/pytyle3"
4
}
5
6
post_upgrade() {
7
post_install
8
}
9