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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
chstudent
/
ch.install
blob
3254e5a6687bd1044e93a92c9288602f5cd4bd09
1
post_install()
2
{
3
ln -s /opt/ch6.1.0 /opt/ch
4
for i in `ls /opt/ch6.1.0/bin`; do ln -s /opt/ch6.1.0/bin/$i /usr/bin/$i;done
5
}
6
7
pre_remove()
8
{
9
rm -r /opt/ch
10
rm /usr/bin/{ch,chs,chide}
11
}