summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Salzberg2016-08-11 13:12:18 +0900
committerChris Salzberg2016-08-11 13:12:18 +0900
commit5a7fc9327b6676c8087ff3fa9819045792f04610 (patch)
tree5784881cf3484df54faba0ecb2caa9017f15e2d2 /PKGBUILD
parent7384fafa0a675fc597da10ed11aacfa0f6402ab4 (diff)
downloadaur-5a7fc9327b6676c8087ff3fa9819045792f04610.tar.gz
Remove cruft removal line, which does nothing anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ceed0ce9c99b..632e11775a2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,9 +55,6 @@ package() {
# Install the program.
make DESTDIR="${pkgdir}" install
-
- # Cruft we don't want.
- rm "${pkgdir}"/etc/mime.types{,.dist}
}
# vim: ft=sh ts=2 sw=2 et