7 lines
113 B
Text
7 lines
113 B
Text
post_install() {
|
|
systemd-tmpfiles --create tuned.conf
|
|
}
|
|
|
|
pre_remove() {
|
|
systemd-tmpfiles --remove tuned.conf
|
|
}
|