Add 'tuned/' from commit '6258865f96'

git-subtree-dir: tuned
git-subtree-mainline: 522e203444
git-subtree-split: 6258865f96
This commit is contained in:
Manuel 2022-10-18 00:00:01 +02:00
commit bae457770e
3 changed files with 73 additions and 0 deletions

7
tuned/tuned.install Normal file
View file

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