upgpkg: tuned 2.24.0-3: remove install file

This commit is contained in:
Manuel 2024-10-10 11:59:45 +02:00
parent c5bb7378f4
commit 3bcbc9e00c
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 2 additions and 11 deletions

View file

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

View file

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

View file

@ -1,7 +0,0 @@
post_install() {
systemd-tmpfiles --create tuned.conf
}
pre_remove() {
systemd-tmpfiles --remove tuned.conf
}