mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
12 lines
292 B
Text
12 lines
292 B
Text
|
post_install() {
|
||
|
/opt/cegcc/bin/arm-wince-cegcc-ranlib /opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/libcegcc.dll.a
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
/opt/cegcc/bin/arm-wince-cegcc-ranlib /opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/libcegcc.dll.a
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
[ "$(type -t "$op")" = "function" ] && $op "$@"
|