mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:47:13 +08:00
14 lines
287 B
Plaintext
14 lines
287 B
Plaintext
post_install() {
|
|
systemd-tmpfiles --create lirc.conf
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
|
|
if [[ "$(vercmp $2 0.9.1-1)" -lt 0 ]]; then
|
|
echo ':: lirc.service and lircm.service have been replaced'
|
|
echo ' by the upstream unit files lircd.service and'
|
|
echo ' lircmd.service.'
|
|
fi
|
|
}
|