#!/bin/bash

LIBDIR=./packages/nx/lib
INSTALLDIR=./packages/nx/usr

rm $LIBDIR/lib*
rm -R $INSTALLDIR/NX

rm $INSTALLDIR/../build/installed
