summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-05-13 11:40:38 -0700
committerAndy Weidenbaum2016-05-13 11:40:38 -0700
commit25ae26144325d5b07ade0b20b834c9412d182d91 (patch)
treede00295126ec0edc3d173c94310608ddbd3d5c73 /PKGBUILD
parentb8dd09e143c1f81ded18272ffc95436bc50cf6d0 (diff)
downloadaur-25ae26144325d5b07ade0b20b834c9412d182d91.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 b06400ee8fec..e756bea40390 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 '{}' \;
}