Version 2.9.0

This commit is contained in:
Manuel Hüsers 2017-12-11 16:35:58 +01:00
parent 527ec4c432
commit e816bdd337
3 changed files with 13 additions and 9 deletions

View file

@ -1,3 +1,7 @@
post_install() {
systemd-tmpfiles --create tuned.conf
}
pre_remove() {
systemd-tmpfiles --remove tuned.conf
}