mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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'
|
# 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…
Add table
Reference in a new issue