diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-09-05 15:51:59 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-09-05 15:51:59 (GMT) |
commit | 89ac93c209dd138359e9a9e761d53042aea61e11 (patch) | |
tree | b12a042d8f708c73f55e239a2dd4ad16bc4e3a72 /abs/extra/mythappletrailers/mythappletrailers.install | |
parent | 7983ca5c37091f4d0ff33584fe9e2f4487400caa (diff) | |
download | linhes_pkgbuild-89ac93c209dd138359e9a9e761d53042aea61e11.zip linhes_pkgbuild-89ac93c209dd138359e9a9e761d53042aea61e11.tar.gz linhes_pkgbuild-89ac93c209dd138359e9a9e761d53042aea61e11.tar.bz2 |
mythappletrailers: update for php7 and url change. closes #1026
adjust loading.sh to wait for cache to fill then close
Diffstat (limited to 'abs/extra/mythappletrailers/mythappletrailers.install')
-rw-r--r-- | abs/extra/mythappletrailers/mythappletrailers.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/mythappletrailers/mythappletrailers.install b/abs/extra/mythappletrailers/mythappletrailers.install index 602b96a..b8e3b97 100644 --- a/abs/extra/mythappletrailers/mythappletrailers.install +++ b/abs/extra/mythappletrailers/mythappletrailers.install @@ -9,7 +9,7 @@ post_upgrade() { /usr/LH/bin/gen_is_xml.py if [ -e /usr/share/mythtv/themes/defaultmenu/appletrailer.xml ] then - exit + exit else ln -s /$MYTHHOME/appletrailer.xml /usr/share/mythtv/themes/defaultmenu/appletrailer.xml fi |