diff --git a/srcpkgs/rakudo-star/template b/srcpkgs/rakudo-star/template index a38f3d7307c..8faf43aa4a2 100644 --- a/srcpkgs/rakudo-star/template +++ b/srcpkgs/rakudo-star/template @@ -23,6 +23,9 @@ pre_install() { post_install() { vinstall ${FILESDIR}/rakudo-star.sh 644 etc/profile.d +} + +do_clean() { rm /usr/lib/perl6/share/perl6/runtime/perl6.moarvm rmdir /usr/lib/perl6/share/perl6/runtime }