base-system-runit: rebuild the initramfs if usr/bin/dracut exists at post-install time.
This commit is contained in:
parent
823b153571
commit
9dd417f160
5
srcpkgs/base-system-runit/INSTALL
Normal file
5
srcpkgs/base-system-runit/INSTALL
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
case "$ACTION" in
|
||||||
|
post)
|
||||||
|
[ -x usr/bin/dracut ] && usr/bin/dracut -f
|
||||||
|
;;
|
||||||
|
esac
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'base-system-runit'
|
# Template file for 'base-system-runit'
|
||||||
pkgname=base-system-runit
|
pkgname=base-system-runit
|
||||||
version=0.5
|
version=0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user