summarylogtreecommitdiffstats
path: root/readme.install
blob: d2859c6a00747a7b17c9d5da822c57a66dc3e7e7 (plain)
1
2
3
4
5
6
7
post_install() {
  echo ">>> Edit /etc/lirc/lirc_options.conf and set: 'effective-user = lirc' then restart lircd"
}

post_upgrade() {
  post_install $1
}