PKGBUILDs/aur/lirc-user-service/readme.install
2022-08-20 14:53:58 -04:00

8 lines
155 B
Plaintext

post_install() {
echo ">>> Edit /etc/lirc/lirc_options.conf and set: 'effective-user = lirc' then restart lircd"
}
post_upgrade() {
post_install $1
}