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 Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git]
/
openbsd-malloc
/
openbsd-malloc.install
blob
a7b5fbfdac63fc0e91d9aa951ea6ea685ac5edc5
1
## arg 1: the new package version
2
post_install() {
3
# do something here
4
cat << _EOF_
5
For user with firefox:
6
LD_PRELOAD=/opt/lib/malloc.so firefox
7
or
8
ulimit -v 300000; MOZ_ENABLE_PANGO=0 LD_PRELOAD=/opt/lib/malloc.so firefox
9
_EOF_
10
}