summarylogtreecommitdiffstats
path: root/hoard.install
blob: 9f97ce25d478989a5a5d7f59c74cfb4bb874a1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  post_upgrade
}

post_upgrade() {
  echo "ATTENTION HOARD:"
  echo "----------"
  echo "You must set LD_PRELOAD to /usr/lib/libhoard.so."
  echo "You can do this manually, or uncomment the line in"
  echo "/etc/profile.d/hoard.sh"
  echo "----------"
  echo " This package will be renamed to libhoard in the future"
}

op=$1
shift
$op $*