rakudo-star: update to 2015.09

This commit is contained in:
xaduha 2015-10-06 14:04:55 +03:00
parent 451063d83a
commit bbc02bdedb
1 changed files with 3 additions and 0 deletions

View File

@ -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
}