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
|
for conf in /usr/share/xbps.d/*; do
|
||||||
add_file "$conf"
|
add_file "$conf"
|
||||||
done
|
done
|
||||||
|
|
||||||
add_runscript
|
|
||||||
}
|
}
|
||||||
|
|
||||||
help() {
|
help() {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mkinitcpio'
|
# Template file for 'mkinitcpio'
|
||||||
pkgname=mkinitcpio
|
pkgname=mkinitcpio
|
||||||
version=18
|
version=18
|
||||||
revision=6
|
revision=7
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="busybox-static bsdcpio bash"
|
depends="busybox-static bsdcpio bash"
|
||||||
|
|
Loading…
Reference in New Issue