mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 02:27:16 +08:00
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
|
post_install() {
|
||
|
systemd-tmpfiles --create lirc.conf
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|