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 Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
tetraproc
/
tetraproc.install
blob
cb1785ed370d40950ffaf789685814caea359cb5
1
post_install() {
2
cat << MSG
3
4
Copy the things in the /etc/tetraproc/ subdir to your home directory,
5
rename them to .tetraproc/ and .tetraprocrc
6
and edit two lines near the start of .tetraprocrc - just
7
replace 'your_login' and 'your-mic' by whatever needed.
8
9
MSG
10
}
11
12
post_upgrade() {
13
post_install
14
}