archrelease: copy trunk to community-any
[ArchLinux/community.git] / ghc / trunk / ghc.install
blobd4e0193f0b9d26aa698ada5ba7823c0c0bc48c27
1 pre_upgrade() {
2   if [[ ${1%-*} != ${2%-*} ]]; then
3     [[ -d /usr/share/haskell ]] && find /usr/share/haskell -maxdepth 2 -name 'unregister.sh' -exec {} \;
4   fi
7 post_upgrade() {
8   if [[ ${1%-*} != ${2%-*} ]]; then
9     echo '==> If you have custom packages installed, you will need to reinstall them now.'
10     echo "==> See /usr/lib/ghc-${2%-*}/package.conf.d/ for a tentative list of affected packages."
11   else
12     ghc-pkg recache
13   fi