summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-05-13 11:38:54 -0700
committerAndy Weidenbaum2016-05-13 11:38:54 -0700
commit55c04ccd89e9f7a0f5d0ebf90aae65ae1cf288b7 (patch)
tree60dce9a898bed4186911ca9329ce9f7f513d36e6 /PKGBUILD
parent45acb085c77ae9462a784877b3140abb1d24253b (diff)
downloadaur-55c04ccd89e9f7a0f5d0ebf90aae65ae1cf288b7.tar.gz
rm /usr/share/perl6/vendor/version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0502db4dacf5..3cd01c095e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,5 +43,6 @@ package() {
done
msg2 'Cleaning up pkgdir...'
+ rm -f "$pkgdir/usr/share/perl6/vendor/version"
find "$pkgdir" -type f -name "*.lock" -exec rm '{}' \;
}