summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik Dubois2017-10-27 18:17:32 +0200
committerErik Dubois2017-10-27 18:17:32 +0200
commitb06ceca260f788f7abb372b361c1dcc4669b01f0 (patch)
treee75848258ef9469d7e47bda1e8949d7573fd34c3 /PKGBUILD
parent338b8fbb2622ea032494802ca7f7d3ff3383e26a (diff)
downloadaur-b06ceca260f788f7abb372b361c1dcc4669b01f0.tar.gz
commit from @ Fri Oct 27 18:17:32 CEST 2017
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f428523ec49c..13f44ac44eec 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sardi-icons
pkgver=9.3
-pkgrel=6
+pkgrel=7
_destname="/usr/share/icons/"
pkgdesc="Sardi is an icon collection for any linux distro with 6 different circular icons and 10 different kind of folders. "
arch=('any')
@@ -22,6 +22,8 @@ package() {
find ${srcdir} -type f -name "*.sh" -exec chmod 644 '{}' \;
install -dm 755 ${pkgdir}${_destname}
cp -r ${srcdir}/* ${pkgdir}${_destname}
+ rm -r ${pkgdir}${_destname}/Sardi-Ghost-Flexible
+ rm -r ${pkgdir}${_destname}/Sardi-Ghost-Flexible-Colora
}