core/lirc-utils/lirc-utils.install

8 lines
91 B
Plaintext

post_install() {
systemd-tmpfiles --create lirc.conf
}
post_upgrade() {
post_install
}