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