arch-packages/tuned.install
2017-12-11 16:35:58 +01:00

8 lines
113 B
Plaintext

post_install() {
systemd-tmpfiles --create tuned.conf
}
pre_remove() {
systemd-tmpfiles --remove tuned.conf
}