summarylogtreecommitdiffstats
path: root/atvclient-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'atvclient-git.install')
-rw-r--r--atvclient-git.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/atvclient-git.install b/atvclient-git.install
new file mode 100644
index 000000000000..4d25eb7a6400
--- /dev/null
+++ b/atvclient-git.install
@@ -0,0 +1,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
+}