File tree 1 file changed +1
-0
lines changed
tools/darwin/packaging/xbmc-atv2
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ chmod +x $DIRNAME/$PACKAGE/DEBIAN/prerm
80
80
echo " #!/bin/sh" > $DIRNAME /$PACKAGE /DEBIAN/postinst
81
81
echo " chown -R mobile:mobile /Applications/XBMC.frappliance" >> $DIRNAME /$PACKAGE /DEBIAN/postinst
82
82
echo " cp /Applications/XBMC.frappliance/AppIcon.png /Applications/AppleTV.app/com.apple.frontrow.appliance.xbmc\@720p.png" >> $DIRNAME /$PACKAGE /DEBIAN/postinst
83
+ echo " cp /Applications/XBMC.frappliance/AppIcon.png /Applications/XBMC.frappliance/TopRowIcon.png" >> $DIRNAME /$PACKAGE /DEBIAN/postinst
83
84
echo " if [ \"\` uname -r\`\" = \" 10.3.1\" ]; then" >> $DIRNAME /$PACKAGE /DEBIAN/postinst
84
85
echo " ln -sf /Applications/XBMC.frappliance /Applications/Lowtide.app/Appliances/XBMC.frappliance" >> $DIRNAME /$PACKAGE /DEBIAN/postinst
85
86
echo " killall Lowtide" >> $DIRNAME /$PACKAGE /DEBIAN/postinst
You can’t perform that action at this time.
0 commit comments