updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / openbsd-malloc / openbsd-malloc.install
bloba7b5fbfdac63fc0e91d9aa951ea6ea685ac5edc5
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_