summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Lindner2017-09-30 16:09:33 +0800
committerFlorian Lindner2017-09-30 16:09:33 +0800
commit22462e0e32b19a460104faf6ff3fa3c790661d87 (patch)
tree4d33bf20356e9b6034a722eebd73d73c22718789 /PKGBUILD
parentf0316b59c91d8940a01fe86cde053b4d95378075 (diff)
downloadaur-22462e0e32b19a460104faf6ff3fa3c790661d87.tar.gz
Do not remove the icons
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43162e72b6fe..aef9a7194751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,5 +35,4 @@ package() {
cd "${pkgname%-git}"
make DESTDIR="${pkgdir}/" install
mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib"
- rm -rf "$pkgdir/usr/share/icons"
}