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 19 16:10:29 UTC 2012
[aur-mirror.git]
/
emul32-xlibs
/
emul32.install
blob
a0999f0a9302e52b437dbbad3c2a31fbb9a295d4
1
post_install() {
2
echo -e '\033[1mRemember to add the following to your /etc/ld.so.conf:\033[0m'
3
cat <<EOF
4
/emul/linux/x86/lib
5
/emul/linux/x86/usr/lib
6
/emul/linux/x86/usr/qt/3/lib
7
EOF
8
}
9
10
op=$1
11
shift
12
13
$op $*