haxe-preinstall.sh 193 B

12345678
  1. #!/bin/sh
  2. #ensure no conflicting version is left there
  3. rm -rf /usr/lib/haxe/std
  4. rm -rf /usr/lib/haxe/doc
  5. rm -f /usr/lib/haxe/haxe
  6. rm -rf /usr/local/lib/haxe/std
  7. rm -rf /usr/local/lib/haxe/doc