pm-utils: get rid of logrotate files.

This commit is contained in:
Juan RP 2012-11-16 00:21:53 +01:00
parent 733495a732
commit 76732c8dd2
2 changed files with 1 additions and 9 deletions

View file

@ -1,5 +0,0 @@
/var/log/pm-powersave.log /var/log/pm-suspend.log {
sharedscripts
copytruncate
missingok
}

View file

@ -1,7 +1,7 @@
# Template file for 'pm-utils'
pkgname=pm-utils
version=1.4.1
revision=5
revision=6
patch_args="-Np1"
build_style=gnu-configure
configure_args="--libdir=/usr/lib"
@ -32,9 +32,6 @@ post_install() {
for f in harddrive hal-cd-polling; do
rm -f ${DESTDIR}/usr/lib/pm-utils/power.d/$f
done
# Install logrotate file.
install -D -m644 ${FILESDIR}/$pkgname.logrotate \
${DESTDIR}/etc/logrotate.d/$pkgname
mv ${XBPS_BUILDDIR}/video-quirks/*.quirkdb ${DESTDIR}/usr/lib/pm-utils
rmdir ${XBPS_BUILDDIR}/video-quirks
}