summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn Burton2019-03-04 17:22:04 -0500
committerTarn Burton2019-03-04 17:22:04 -0500
commit3db87f70d33ca98e3c36f45a0e940f90b49cc72a (patch)
tree2c4d2d0198b0d8232a8eb3cffe1f92f40e4b9f22
parent6ab42551e2cb5eacc2d1eb6b6b03c7b0488412b5 (diff)
downloadaur-3db87f70d33ca98e3c36f45a0e940f90b49cc72a.tar.gz
Remove unneeded cleanup
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02d2b2c25498..7ce322129f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,4 @@ package() {
msg 'Installing...'
install -Dm 755 lispindent.lisp "$pkgdir/usr/bin/lispindent"
install -Dm 755 scmindent.rkt "$pkgdir/usr/bin/scmindent"
-
- msg 'Cleaning up pkgdir...'
- find "$pkgdir" -type d -name .git -exec rm -r '{}' +
}