2 echo ">> To enable libtrash at login:"
3 echo ">> chmod 755 /etc/profile.d/libtrash.sh"
4 echo ">> To enable libtrash at any moment:"
5 echo ">> . /etc/profile.d/libtrash.sh"
6 echo ">> To disable libtrash at any moment:"
7 echo ">> unset LD_PRELOAD"
8 echo ">> WARNING: fakeroot will not work while libtrash is enabled."
9 echo ">> Disable libtrash before using fakeroot!"