diff options
Diffstat (limited to 'abs/core/perl_modules/perl-convert-binhex/perl-convert-binhex.install')
-rw-r--r-- | abs/core/perl_modules/perl-convert-binhex/perl-convert-binhex.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/perl_modules/perl-convert-binhex/perl-convert-binhex.install b/abs/core/perl_modules/perl-convert-binhex/perl-convert-binhex.install new file mode 100644 index 0000000..398bfbe --- /dev/null +++ b/abs/core/perl_modules/perl-convert-binhex/perl-convert-binhex.install @@ -0,0 +1,8 @@ +post_install() { + echo -n "module test... " + perl -mConvert::BinHex -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 'fail.' +} + +post_upgrade() { + post_install +} |