base-system-runit: rebuild the initramfs if usr/bin/dracut exists at post-install time.
This commit is contained in:
parent
823b153571
commit
9dd417f160
2 changed files with 6 additions and 1 deletions
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'
|
||||
pkgname=base-system-runit
|
||||
version=0.5
|
||||
version=0.6
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu/"
|
||||
|
|
Loading…
Reference in a new issue