File: uninstall.command

package info (click to toggle)
newlisp 10.7.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,292 kB
  • sloc: ansic: 33,280; lisp: 4,181; sh: 609; makefile: 215
file content (15 lines) | stat: -rwxr-xr-x 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# this file is part of the OSX install image

sudo rm /usr/local/bin/newlisp
sudo rm /usr/local/bin/newlisp-edit
sudo rm /usr/local/bin/newlispdoc
sudo rm /usr/local/share/man/man1/newlispdoc.1
sudo rm /usr/local/share/man/man1/newlisp.1
sudo rm -rf /usr/local/share/newlisp/
sudo rm -rf /usr/local/share/doc/newlisp/
sudo rm -rf /Applications/newLISP-GS.app
sudo rm -rf /Library/Receipts/newLISPpackage.pkg

echo 'newLISP and newLISP-GS uninstalled, quit Terminal'