upgpkg: tuned 2.24.0-3: remove install file
This commit is contained in:
parent
c5bb7378f4
commit
3bcbc9e00c
3 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
post_install() {
|
||||
systemd-tmpfiles --create tuned.conf
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
systemd-tmpfiles --remove tuned.conf
|
||||
}
|
Loading…
Reference in a new issue