diff options
author | S. Davilla <davilla@4pi.com> | 2011-05-11 21:20:03 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-05-11 21:20:38 -0400 |
commit | 795e0ec18ab83331a27829b21dd66fb69f401cc2 (patch) | |
tree | 91ab1ab0fc0721e68d99f3c976acede15800a1fd | |
parent | b7a1d923692333728e4d86b69c3b0aaf6df508a1 (diff) |
[ios] update seatbelt unlock for atv 4.3.2
-rw-r--r-- | tools/osx/packaging/xbmc-seatbeltunlock/42d00865f281bb662b6ce447c9815e59.patch | bin | 0 -> 430 bytes | |||
-rwxr-xr-x | tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/osx/packaging/xbmc-seatbeltunlock/42d00865f281bb662b6ce447c9815e59.patch b/tools/osx/packaging/xbmc-seatbeltunlock/42d00865f281bb662b6ce447c9815e59.patch Binary files differnew file mode 100644 index 0000000000..f10a1b3571 --- /dev/null +++ b/tools/osx/packaging/xbmc-seatbeltunlock/42d00865f281bb662b6ce447c9815e59.patch diff --git a/tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh b/tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh index a83db06e81..e394ba018b 100755 --- a/tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh +++ b/tools/osx/packaging/xbmc-seatbeltunlock/mkdeb-xbmc-seatbeltunlock.sh @@ -69,6 +69,14 @@ echo " chmod 755 /var/tmp/AppleTV-nosb" >> $PACKAGE/DEBIAN/posti echo " mv -f /Applications/AppleTV.app/AppleTV /Applications/AppleTV.app/AppleTV_org" >> $PACKAGE/DEBIAN/postinst echo " mv /var/tmp/AppleTV-nosb /Applications/AppleTV.app/AppleTV" >> $PACKAGE/DEBIAN/postinst echo " killall AppleTV ;;" >> $PACKAGE/DEBIAN/postinst +echo " 42d00865f281bb662b6ce447c9815e59 )" >> $PACKAGE/DEBIAN/postinst +echo " echo \"Found 4.3.2 (8F305):Removing seatbelt profile key from AppleTV\"" >> $PACKAGE/DEBIAN/postinst +echo " bspatch /Applications/AppleTV.app/AppleTV /var/tmp/AppleTV-nosb /var/tmp/42d00865f281bb662b6ce447c9815e59.patch" >> $PACKAGE/DEBIAN/postinst +echo " rm /var/tmp/42d00865f281bb662b6ce447c9815e59.patch" >> $PACKAGE/DEBIAN/postinst +echo " chmod 755 /var/tmp/AppleTV-nosb" >> $PACKAGE/DEBIAN/postinst +echo " mv -f /Applications/AppleTV.app/AppleTV /Applications/AppleTV.app/AppleTV_org" >> $PACKAGE/DEBIAN/postinst +echo " mv /var/tmp/AppleTV-nosb /Applications/AppleTV.app/AppleTV" >> $PACKAGE/DEBIAN/postinst +echo " killall AppleTV ;;" >> $PACKAGE/DEBIAN/postinst echo " * )" >> $PACKAGE/DEBIAN/postinst echo " echo \"Frontrow app md5sum is unknown, not patching\" ;;" >> $PACKAGE/DEBIAN/postinst echo "esac" >> $PACKAGE/DEBIAN/postinst |