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