mkinitcpio: remove xbps hook link

This commit is contained in:
Andrea Brancaleoni 2015-09-05 14:53:05 +02:00
parent 7ec9622804
commit 89491201aa
2 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,6 @@ build() {
for conf in /usr/share/xbps.d/*; do
add_file "$conf"
done
add_runscript
}
help() {

View File

@ -1,7 +1,7 @@
# Template file for 'mkinitcpio'
pkgname=mkinitcpio
version=18
revision=6
revision=7
noarch=yes
build_style=gnu-makefile
depends="busybox-static bsdcpio bash"