mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
11 lines
292 B
Text
11 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 "$@"
|