summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules/perl-convert-binhex/perl-convert-binhex.install
blob: 398bfbe9c58f6ec72ab38493debd2a0bc2e6a459 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo -n "module test... "
  perl -mConvert::BinHex -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 'fail.'
}

post_upgrade() {
  post_install
}