dracut: get rid of logrotate files.
This commit is contained in:
parent
14a8b6d5c1
commit
e21b9f53c0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=024
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
make_install_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
|
@ -42,6 +42,4 @@ post_install() {
|
|||
755 etc/kernel.d/post-install 10-dracut
|
||||
vinstall ${FILESDIR}/kernel-hook-postrm \
|
||||
755 etc/kernel.d/post-remove 10-dracut
|
||||
# logrotate file.
|
||||
vinstall dracut.logrotate 644 etc/logrotate.d dracut
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue