PKGBUILDs/aur/lirc-user-service/readme.install

8 lines
155 B
Plaintext
Raw Normal View History

2022-08-20 18:53:46 +00:00
post_install() {
echo ">>> Edit /etc/lirc/lirc_options.conf and set: 'effective-user = lirc' then restart lircd"
}
post_upgrade() {
post_install $1
}