updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / libtrash / libtrash.install
blob9b1d1db9db783a098c48c71084aa689be09801bf
1 post_install() {
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!"
12 post_upgrade() {
13   post_install