mkinitcpio: remove xbps hook link
This commit is contained in:
parent
7ec9622804
commit
89491201aa
|
@ -12,8 +12,6 @@ build() {
|
|||
for conf in /usr/share/xbps.d/*; do
|
||||
add_file "$conf"
|
||||
done
|
||||
|
||||
add_runscript
|
||||
}
|
||||
|
||||
help() {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue