mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
9 lines
152 B
Text
9 lines
152 B
Text
post_upgrade() {
|
|
sed -ie '/\/opt\/avr\/lib/d' /etc/ld.so.conf
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
[ "$(type -t "$op")" = "function" ] && $op "$@"
|
|
|
|
# vim:set ts=2 sw=2 et:
|