arch-packages/tuned/tuned.install

8 lines
113 B
Bash
Raw Normal View History

2015-06-09 12:18:12 +02:00
post_install() {
systemd-tmpfiles --create tuned.conf
2015-06-09 12:18:12 +02:00
}
2017-12-11 16:35:58 +01:00
pre_remove() {
systemd-tmpfiles --remove tuned.conf
}