Date: Tuesday, October 8, 2013 @ 15:40:09 Author: tpowa Revision: 196210
upgpkg: hwdetect 2013.10-3 remove all temporary files Modified: hwdetect/trunk/PKGBUILD hwdetect/trunk/hwdetect ----------+ PKGBUILD | 4 ++-- hwdetect | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-08 13:38:53 UTC (rev 196209) +++ PKGBUILD 2013-10-08 13:40:09 UTC (rev 196210) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=hwdetect pkgver=2013.10 -pkgrel=2 +pkgrel=3 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support" arch=(any) license=('GPL') @@ -16,4 +16,4 @@ package() { install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect" } -md5sums=('0398c6ee3299ed4471979127ff288ac7') +md5sums=('93318a5c5487a9b7c454ea07013d9d46') Modified: hwdetect =================================================================== --- hwdetect 2013-10-08 13:38:53 UTC (rev 196209) +++ hwdetect 2013-10-08 13:40:09 UTC (rev 196210) @@ -284,5 +284,6 @@ # cleanup rm /tmp/modules-plain rm /tmp/modules-stripped +rm /tmp/.blkid # vim: set ts=2 sw=2 noet:
