blob: 2357d625b706406f36f5a59bb748e7e2b3aea6d2 (
plain)
1
2
3
4
5
6
|
# report installed packages at end of package() function - if the build process succeeded,
# these packages should work
if [ "${CARCH}" = "i686" ]; then
sudo report-installed-packages archlinux-reports@eckner.net buildmaster@archlinux32.org
fi
|