diff --git a/srcpkgs/runit-void/files/dracut.conf b/srcpkgs/runit-void/files/dracut.conf deleted file mode 100644 index eab8f2ca44..0000000000 --- a/srcpkgs/runit-void/files/dracut.conf +++ /dev/null @@ -1,3 +0,0 @@ -add_dracutmodules+=" resume " -omit_dracutmodules+=" systemd " -i18n_vars="/etc/rc.conf:KEYMAP,FONT,FONT_MAP,FONT_UNIMAP" diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 9812c9f233..57df5a48a8 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -1,7 +1,7 @@ # Template file for 'runit-void' pkgname=runit-void version=20140511 -revision=2 +revision=3 build_style=gnu-makefile homepage="http://www.voidlinux.eu" short_desc="runit scripts for Void Linux" @@ -15,7 +15,3 @@ conf_files="/etc/rc.conf" do_fetch() { git clone git://github.com/voidlinux/runit-void ${pkgname}-${version} } - -post_install() { - vinstall ${FILESDIR}/dracut.conf 644 usr/lib/dracut/dracut.conf.d ${pkgname}.conf -}