dracut: get rid of logrotate files.

This commit is contained in:
Juan RP 2012-11-16 00:23:33 +01:00
parent 14a8b6d5c1
commit e21b9f53c0

View file

@ -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
}