diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-02-05 21:27:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-02-05 21:27:05 (GMT) |
commit | bfce2e0f5e5fe03890c9cbf0521200a93ba00426 (patch) | |
tree | 4db329c5cb0f619dee8ac20fe033b882b5de67d8 /abs/extra/huludesktop/huludesktop.install | |
parent | dcaa0d05f36fb2f67fe245804ca7a6c3c7e12a5c (diff) | |
download | linhes_pkgbuild-bfce2e0f5e5fe03890c9cbf0521200a93ba00426.zip linhes_pkgbuild-bfce2e0f5e5fe03890c9cbf0521200a93ba00426.tar.gz linhes_pkgbuild-bfce2e0f5e5fe03890c9cbf0521200a93ba00426.tar.bz2 |
update to pull 64 bit deb. closes #957
Diffstat (limited to 'abs/extra/huludesktop/huludesktop.install')
-rw-r--r-- | abs/extra/huludesktop/huludesktop.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/extra/huludesktop/huludesktop.install b/abs/extra/huludesktop/huludesktop.install index e567a48..abe069f 100644 --- a/abs/extra/huludesktop/huludesktop.install +++ b/abs/extra/huludesktop/huludesktop.install @@ -2,11 +2,13 @@ post_install() { gen_is_xml.py chown mythtv.mythtv $MYTHHOME/.huludesktop + echo "Set your screen width and height in ~/.huludesktop to avoid a segfault." } # arg 1: the new package version # arg 2: the old package version post_upgrade() { gen_is_xml.py + echo "Set your screen width and height in ~/.huludesktop to avoid a segfault." } post_remove() { gen_is_xml.py |