arch-packages/tuned/tuned.install

8 lines
113 B
Bash

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