mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-07 23:24:05 +00:00
7 lines
91 B
Text
7 lines
91 B
Text
post_install() {
|
|
systemd-tmpfiles --create lirc.conf
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|