diff options
author | Florian Lindner | 2017-09-30 16:09:33 +0800 |
---|---|---|
committer | Florian Lindner | 2017-09-30 16:09:33 +0800 |
commit | 22462e0e32b19a460104faf6ff3fa3c790661d87 (patch) | |
tree | 4d33bf20356e9b6034a722eebd73d73c22718789 | |
parent | f0316b59c91d8940a01fe86cde053b4d95378075 (diff) | |
download | aur-22462e0e32b19a460104faf6ff3fa3c790661d87.tar.gz |
Do not remove the icons
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" } |