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]
/
conceptgcc
/
conceptgcc.install
blob
028699b122eadc9bf4271cc7090e6f53bee74cda
1
post_install() {
2
cat << EOF
3
4
5
ConceptGCC is installed in /opt/conceptgcc/
6
7
EOF
8
echo "/opt/conceptgcc/lib" >> /etc/ld.so.conf
9
ldconfig
10
}
11
12
post_upgrade() {
13
pre_remove $1
14
post_install $1
15
}
16
17
pre_remove() {
18
sed -i 's|/opt/conceptgcc/lib||g' /etc/ld.so.conf
19
ldconfig
20
}
21
22
op=$1
23
shift
24
$op $*