summarylogtreecommitdiffstats
path: root/atvclient-git.install
blob: 4d25eb7a64001414568385df10d00d9627e00f50 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "> As of version 20100907 there is a daemon script provided."
  echo ""
  echo "> If you need universal remote support (e.g. Logitech Harmony), add"
  echo "> the -m option to the daemon configuration file in /etc/conf.d."
}

post_upgrade() {
  post_install $1
}