updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / libetc / libetc.install
blob96a5ee65cd9da80ce7ed93b22e5ed070070e645e
1 post_install() {
2         echo "To use libetc, you may add the following line to your .xsession and .*shrc:"
3         echo "export LD_PRELOAD=libetc.so"
4         echo "You can also use /etc/ld.so.preload to use libetc with each user on your system"
5         echo "but it is a little bit dangerous (if you misstype the path to the library, or if"
6         echo "the library is buggy, you will need to use your rescue disk to restore"
7         echo "/etc/ld.so.preload)"