diff --git a/Makefile b/Makefile index 4b5096e..cc1bcab 100644 --- a/Makefile +++ b/Makefile @@ -35,8 +35,7 @@ install: remove: rm /usr/bin/gbootroot - rm /usr/lib/bootroot/yard_chrooted_tests - rm /usr/lib/bootroot/genext2fs + rm -rf /usr/lib/bootroot rm /usr/bin/make_debian rm /usr/share/perl5/BootRoot/* rmdir /usr/share/perl5/BootRoot diff --git a/Makefile.pkg b/Makefile.pkg index 6d7e0a3..099571b 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -36,8 +36,7 @@ install: remove: rm /usr/bin/gbootroot - rm /usr/lib/bootroot/yard_chrooted_tests - rm /usr/lib/bootroot/genext2fs + rm -rf /usr/lib/bootroot rm /usr/bin/make_debian rm /usr/share/perl5/BootRoot/* rmdir /usr/share/perl5/BootRoot