summarylogtreecommitdiffstats
path: root/install
blob: 41c5d667b4466ba689eca9adc555a1e6b4758c40 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo -n "module test... "
    perl -mConvert::UUlib -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 'fail.'
}

post_upgrade() {
    post_install
}