repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git]
/
perl-file-pid
/
perl-file-pid.install
blob
5cad3cf6c22d08f6438c5cb2d7d69ef818b6c42c
1
post_install()
2
{
3
4
echo -n "module test... "
5
6
perl -mFile::Pid -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 'fail.'
7
8
}
9
10
post_upgrade()
11
{
12
post_install
13
}
14
15
op=$1
16
17
shift
18
19
$op $*