summarylogtreecommitdiffstats
path: root/perl-convert-uulib.install
blob: e9b08afa059baf6e3a2867aa25e02b86382d514e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install()
{
    echo -n "module test... "

    perl -mConvert::UUlib -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 'fail.'
}

post_upgrade()
{
    post_install
}

op=$1

shift

$op $*