## Arquitecture specific commands ## Run a command for PKGBUILD modifications before building ## Like adding 'mips64el' to arch if it's not there HOOKPKGBUILDMOD="mipsadd" ## Run a command for local releasing of packages # Useful for mass packaging (ie. mips port) # Must accept the following parameters even if the command won't use them: # $1 repo name # $2+ packages HOOKLOCALRELEASE="mipsrelease"