mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
6 lines
118 B
Text
6 lines
118 B
Text
post_upgrade() {
|
|
# Fixes FS#41561 and FS#44099
|
|
go install std 2> /dev/null || return 0
|
|
}
|
|
|
|
# vim:set ts=2 sw=2 et:
|