~david4dev/plug-startup/trunk

« back to all changes in this revision

Viewing changes to install

  • Committer: David Green
  • Date: 2011-08-28 12:14:07 UTC
  • Revision ID: david4dev@gmail.com-20110828121407-hs7q6m0h3w1dvdk9
changedĀ someĀ installationĀ configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
 
echo "Building...\n"
 
2
echo "Building..."
3
3
./build
4
 
echo "Creating relevant directories...\n"
 
4
echo "Creating relevant directories..."
5
5
mkdir -p /usr/share/pantheon/plugs/pantheon/startup/
6
 
echo "Copying files...\n"
 
6
mkdir -p /usr/bin/
 
7
echo "Copying files..."
7
8
cp startup.plug /usr/share/pantheon/plugs/pantheon/startup/
8
 
cp plug-startup /usr/share/pantheon/plugs/pantheon/startup/
9
 
echo "Done!\n"
 
9
cp startup  /usr/share/pantheon/plugs/pantheon/startup/
 
10
cp plug-startup /usr/bin/
 
11
echo "Done!"