summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2018-06-18 16:18:15 +0200
committerMaxime Gauduin2018-06-18 16:18:15 +0200
commit546a1f0ea37bc3acf805cae1a19b0089a905ec19 (patch)
tree675d292bd3be68e04890c162ec3d5d772af9bbe6 /PKGBUILD
parent57ed8f7fae1718dae83059721cd9928ed558ff8c (diff)
downloadaur-546a1f0ea37bc3acf805cae1a19b0089a905ec19.tar.gz
Remove offending mac dotfiles
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abf6278ba974..e54e1d4abe95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=elementary-icon-theme-git
-pkgver=r2236.4cdca93d
+pkgver=r2248.998c963b
pkgrel=1
pkgdesc='Named, vector icons for elementary OS'
arch=('any')
@@ -40,6 +40,7 @@ package() {
cd build
DESTDIR="${pkgdir}" ninja install
+ rm "${pkgdir}"/.VolumeIcon*
}
# vim: ts=2 sw=2 et: