diff --git a/tuned/.SRCINFO b/tuned/.SRCINFO index c946156..f1ede23 100644 --- a/tuned/.SRCINFO +++ b/tuned/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.24.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/redhat-performance/tuned arch = any license = GPL-2.0-or-later @@ -21,7 +21,6 @@ pkgbase = tuned sha512sums = d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e pkgname = tuned - install = tuned.install optdepends = virt-what: virtual machine detection optdepends = systemtap: detailed system monitoring optdepends = tuned-ppd: power-profiles-daemon api translation diff --git a/tuned/PKGBUILD b/tuned/PKGBUILD index 0b74b94..ee2408d 100644 --- a/tuned/PKGBUILD +++ b/tuned/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=tuned pkgname=("${pkgbase}" "${pkgbase}-ppd") pkgver=2.24.0 -pkgrel=2 +pkgrel=3 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgbase}" @@ -40,7 +40,6 @@ package_tuned() { 'etc/tuned/realtime-virtual-guest-variables.conf' 'etc/tuned/realtime-virtual-host-variables.conf' 'etc/tuned/tuned-main.conf') - install="${pkgbase}.install" cd "${pkgbase}-${pkgver}" diff --git a/tuned/tuned.install b/tuned/tuned.install deleted file mode 100644 index 974c867..0000000 --- a/tuned/tuned.install +++ /dev/null @@ -1,7 +0,0 @@ -post_install() { - systemd-tmpfiles --create tuned.conf -} - -pre_remove() { - systemd-tmpfiles --remove tuned.conf -}