updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / perl-file-pid / perl-file-pid.install
blob5cad3cf6c22d08f6438c5cb2d7d69ef818b6c42c
1 post_install()
4     echo -n "module test... "
6     perl -mFile::Pid -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 'fail.'
10 post_upgrade()
12     post_install
15 op=$1
17 shift
19 $op $*