|
Revision 750, 319 bytes
(checked in by hirokai, 3 years ago)
|
path updates for the fml/feedmelinks change
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
#!/bin/sh -x |
|---|
| 2 |
|
|---|
| 3 |
cd $HOME/feedmelinks.com/install/toolbar/_build |
|---|
| 4 |
|
|---|
| 5 |
for b in Mozilla Firefox |
|---|
| 6 |
do |
|---|
| 7 |
|
|---|
| 8 |
rm -f /Applications/$b.app/Contents/MacOS/chrome/chrome.rdf |
|---|
| 9 |
rm -rf /Applications/$b.app/Contents/MacOS/chrome/overlayinfo/ |
|---|
| 10 |
cp $b-mac-virgin-chrome.txt /Applications/$b.app/Contents/MacOS/chrome/installed-chrome.txt |
|---|
| 11 |
|
|---|
| 12 |
done |
|---|
| 13 |
|
|---|
| 14 |
|
|---|