~josephjamesmills/beta/unity-scope-mythtv

« back to all changes in this revision

Viewing changes to install.sh

  • Committer: Thomas Mashos
  • Date: 2012-10-19 21:17:40 UTC
  • Revision ID: thomas@mashos.com-20121019211740-fhjwyo4me40z5a2b
Added setup.py file for installation. Added test scope for testing (from remote-videos scope)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
## This script is useful for testing
4
4
 
5
5
mkdir -p /usr/lib/unity-scope-mythtv/
6
 
cp lib/mythtvapi.py /usr/lib/unity-scope-mythtv/
7
 
cp lib/unity-scope-mythtv /usr/lib/unity-scope-mythtv/
8
 
cp video/mythtv.scope /usr/share/unity/lenses/video/
9
 
#cp services/mythtv.service /usr/share/dbus-1/services/
 
6
cp src/mythtvapi.py /usr/lib/unity-scope-mythtv/
 
7
cp src/unity-scope-mythtv /usr/lib/unity-scope-mythtv/
 
8
cp mythtv.scope /usr/share/unity/lenses/video/
 
9
#cp services/unity-scope-mythtv.service /usr/share/dbus-1/services/