home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh
- #
- # post delete script to remove the dictionary directory (dicts) and the
- # HSDSpell.app directory from the location where the contents of the
- # package were installed
- #
-
- # remove the directories
- /bin/rm -rf $2/HSDSpell.app
-
- # exit successfully
- exit(0)