core/initscripts to 2012.06.1-1

This commit is contained in:
Kevin Mihelich 2012-06-10 13:16:24 -04:00
parent 3b49890d29
commit dfc0d71ce2

View file

@ -10,8 +10,8 @@
plugrel=1
pkgname=initscripts
pkgver=2012.05.1
pkgrel=3
pkgver=2012.06.1
pkgrel=1
pkgdesc="System initialization/bootup scripts"
arch=('any')
url="http://www.archlinux.org"
@ -30,7 +30,7 @@ source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz"
'wireless.conf.d'
'alarm.patch'
'rc.conf')
md5sums=('13cff6a6638f12351892d7085d7e6fb9'
md5sums=('2fc09991157978d86eba2e042b60f6c7'
'027576534885b8d5dded9be546057b12'
'e77890fd546ca599a2bd129b040c0b05'
'c618e099f522f861e08a475f8960a6c2')
@ -45,7 +45,4 @@ package() {
make DESTDIR=${pkgdir} install
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
# these moved to systemd-tools, will be gone in the next initscripts release
rm ${pkgdir}/usr/share/man/man5/{hostname,{locale,vconsole}.conf}.5
}