PKGBUILDs/community/binutils-avr/binutils-avr.install

10 lines
152 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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: