Skip to content

Commit

Permalink
Remove uninstall.st script.
Browse files Browse the repository at this point in the history
  • Loading branch information
atykhonov committed Mar 15, 2017
1 parent af763d2 commit fe9f2f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build/install.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ifTrue: [
scaleUIFile := scaleParentDirectory / 'scale-ui'.
system workingDirectory / '..' / 'scale' copyTo: scaleFile.
system workingDirectory / '..' / 'scale-ui' copyTo: scaleUIFile.
system workingDirectory / '..' / #build / 'uninstall.st' copyTo: scaleParentDirectory / 'uninstall.st'.

system stdout << 'Deploying Pharo...'; cr.

Expand All @@ -34,7 +33,6 @@ ifTrue: [
system call: 'chmod +x ', (pharoParentDirectory / 'pharo') fullName.
system call: 'chmod +x ', (pharoParentDirectory / 'pharo-ui') fullName.
system call: 'chmod +x ', (pharoParentDirectory / 'pharo-vm/pharo') fullName.
system call: 'chmod +x ', (scaleParentDirectory / 'uninstall.st') fullName.
system call: 'chmod +x ', scaleFile fullName.
system call: 'chmod +x ', scaleUIFile fullName.
system stdout << 'Successfully installed Scale! Now, add the Scale binaries to your $PATH:'; cr.
Expand Down
2 changes: 1 addition & 1 deletion setupScale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "*********************************************"
echo "*********************************************"
echo "* checking if there is any old installation "
echo "*********************************************"
./build/scale-bootstrap build/uninstall.st
rm -rf $HOME/.scale
echo "*********************************************"
echo "* Copying files! "
echo "*********************************************"
Expand Down
2 changes: 1 addition & 1 deletion setupScaleDev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "*********************************************"
echo "*********************************************"
echo "* checking if there is any old installation "
echo "*********************************************"
./build/scale-bootstrap build/uninstall.st
rm -rf $HOME/.scale
echo "*********************************************"
echo "* Copying files! "
echo "*********************************************"
Expand Down

0 comments on commit fe9f2f6

Please sign in to comment.