summarylogtreecommitdiffstats
path: root/libtrash.install
blob: e59f818837d827bb12758695bb8ea469d7a41a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo ">> To enable libtrash:"
  echo ">>   export LD_PRELOAD=/usr/lib/libtrash.sh"
  echo ">> To disable libtrash:"
  echo ">>   unset LD_PRELOAD"
  echo ">> WARNING: a few programs might not work while libtrash is enable"
  echo ">>          currently known: fakeroot, chromium and firefox"
  echo ">>          disable libtrash before using any of them."
}

post_upgrade() {
  post_install
}