1 2 3 4 5 6 7 8 9
post_install() { systemd-tmpfiles --create prelude-lml.conf systemctl daemon-reload } post_upgrade() { systemd-tmpfiles --create prelude-lml.conf systemctl daemon-reload }