summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornow-im2017-09-27 15:18:23 +0600
committernow-im2017-09-27 15:18:23 +0600
commit21462b4dc66a4019a31102add091c760a9b91a2c (patch)
tree1f22cc604a444d9d4efe7a8174914668abbea96e
parente0a8e18bbcdb3d21fe1ce56a7aa8b5db0c6e5b7b (diff)
downloadaur-21462b4dc66a4019a31102add091c760a9b91a2c.tar.gz
Removing some unncessesary file to reduce the install size
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2dbcff40d06..93b0ab443f7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = la-capitaine-icon-theme
pkgdesc = La Capitaine is an icon pack — designed to integrate with most desktop environments.
pkgver = 0.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/keeferrourke/la-capitaine-icon-theme
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 23ae06a3b564..43d82b292b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('la-capitaine-icon-theme')
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="La Capitaine is an icon pack — designed to integrate with most desktop environments."
arch=('any')
url="https://github.com/keeferrourke/$pkgname"
@@ -23,6 +23,12 @@ package() {
find "${pkgdir}" -type d -exec chmod 755 {} +
find "${pkgdir}" -type f -exec chmod 644 {} +
+ find ${pkgdir}/usr -type f -name '.directory' -delete
+ rm -rf "$pkgdir/usr/share/icons/$pkgname-$pkgver/.gitignore"
+ rm -rf "$pkgdir/usr/share/icons/$pkgname-$pkgver/.git"
+ rm -rf "$pkgdir/usr/share/icons/$pkgname-$pkgver/.github"
+ rm -rf "$pkgdir/usr/share/icons/$pkgname-$pkgver/.product"
+ rm -rf "$pkgdir/usr/share/icons/$pkgname-$pkgver/configure"
}
# vim: ts=2 sw=2 et: