summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik Dubois2017-10-27 17:32:43 +0200
committerErik Dubois2017-10-27 17:32:43 +0200
commit3a01bdf05c257197705b1c2ccf878767b5a9e95d (patch)
tree56609af3cc1d3b061ca9cee76bb264c206887cae /PKGBUILD
parent05f951110b1541d76d5916f465347576d9595580 (diff)
downloadaur-3a01bdf05c257197705b1c2ccf878767b5a9e95d.tar.gz
commit from @ Fri Oct 27 17:32:43 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
}