dkms: rebuild to drop compressed manpages.
This commit is contained in:
parent
855bc0108e
commit
61643a45fe
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dkms'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.2.0.3
|
version=2.2.0.3
|
||||||
revision=6
|
revision=7
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
conf_files="/etc/dkms/framework.conf"
|
conf_files="/etc/dkms/framework.conf"
|
||||||
depends="bash kmod gcc make coreutils linux-headers"
|
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.bash-completion 644 usr/share/bash-completion/completions dkms
|
||||||
vinstall dkms_framework.conf 644 etc/dkms framework.conf
|
vinstall dkms_framework.conf 644 etc/dkms framework.conf
|
||||||
# Kernel hooks.
|
# Kernel hooks.
|
||||||
vinstall ${FILESDIR}/kernel.d/dkms.postinst 750 \
|
vinstall ${FILESDIR}/kernel.d/dkms.postinst 750 etc/kernel.d/post-install 20-dkms
|
||||||
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.prerm 750 \
|
|
||||||
etc/kernel.d/pre-remove 20-dkms
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue