base-system-runit: rebuild the initramfs if usr/bin/dracut exists at post-install time.

This commit is contained in:
Juan RP 2014-06-30 17:47:13 +02:00
parent 823b153571
commit 9dd417f160
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
case "$ACTION" in
post)
[ -x usr/bin/dracut ] && usr/bin/dracut -f
;;
esac

View File

@ -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/"