summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-05-13 11:40:07 -0700
committerAndy Weidenbaum2016-05-13 11:40:07 -0700
commit88320b4dba8b53ccb0c14791169e5c9cddf85d86 (patch)
treeba0bd1a597cde1a27954b27eff8b36426f5522a0 /PKGBUILD
parent9cddaca2a8bdce44481a6917499aa54ad98cb952 (diff)
downloadaur-88320b4dba8b53ccb0c14791169e5c9cddf85d86.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 e751e8af85d3..92082381f26c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,5 +40,6 @@ package() {
done
msg2 'Cleaning up pkgdir...'
+ rm -f "$pkgdir/usr/share/perl6/vendor/version"
find "$pkgdir" -type f -name "*.lock" -exec rm '{}' \;
}