diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template index 3c32ad5b395..4dfc418621b 100644 --- a/srcpkgs/dkms/template +++ b/srcpkgs/dkms/template @@ -1,7 +1,7 @@ # Template file for 'dkms' pkgname=dkms version=2.2.0.3 -revision=6 +revision=7 noarch="yes" conf_files="/etc/dkms/framework.conf" depends="bash kmod gcc make coreutils linux-headers" @@ -20,8 +20,6 @@ do_install() { vinstall dkms.bash-completion 644 usr/share/bash-completion/completions dkms vinstall dkms_framework.conf 644 etc/dkms framework.conf # Kernel hooks. - vinstall ${FILESDIR}/kernel.d/dkms.postinst 750 \ - etc/kernel.d/post-install 20-dkms - vinstall ${FILESDIR}/kernel.d/dkms.prerm 750 \ - etc/kernel.d/pre-remove 20-dkms + vinstall ${FILESDIR}/kernel.d/dkms.postinst 750 etc/kernel.d/post-install 20-dkms + vinstall ${FILESDIR}/kernel.d/dkms.prerm 750 etc/kernel.d/pre-remove 20-dkms }