mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
289 B
Text
13 lines
289 B
Text
post_install() {
|
|
systemd-tmpfiles --create lirc.conf
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
|
|
if [[ "$(vercmp $2 1: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
|
|
}
|