dkms: rebuild to drop compressed manpages.
This commit is contained in:
parent
855bc0108e
commit
61643a45fe
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue