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 11 00:07:16 UTC 2012
[aur-mirror.git]
/
xtwitter
/
xtwitter.install
blob
94f70eae4b84f9713d1e9c80d6fdfe11705f01f2
1
post_install() {
2
echo "==> Create ~/.xtwitter/config with the following two lines:"
3
echo " user=YOUR_TWITTER_USERNAME"
4
echo " pass=YOUR_TWITTER_PASSWORD"
5
}
6
7
post_upgrade() {
8
post_install $1
9
}