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 Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
perl-convert-tnef
/
perl-convert-tnef.install
blob
eb5517d32082f97be589da6812846b8ee0e0b5f0
1
post_install()
2
{
3
4
echo -n "module test... "
5
6
perl -mConvert::TNEF -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 $*