Manuel
bae457770e
git-subtree-dir: tuned git-subtree-mainline:522e203444
git-subtree-split:6258865f96
7 lines
113 B
Text
7 lines
113 B
Text
post_install() {
|
|
systemd-tmpfiles --create tuned.conf
|
|
}
|
|
|
|
pre_remove() {
|
|
systemd-tmpfiles --remove tuned.conf
|
|
}
|