summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpeeweep2019-11-09 15:15:37 +0800
committerpeeweep2019-11-09 15:15:37 +0800
commit0b62ac2e6675e9257d16f003d284d5e15a1868f4 (patch)
tree580eb51785f0a0c0faeae9d01032c973a3763157 /PKGBUILD
parent42238048435643d13902a47e0ef081421fc8dfc6 (diff)
downloadaur-0b62ac2e6675e9257d16f003d284d5e15a1868f4.tar.gz
update post_install desc and remove duplicated copy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5fb9399a63a..f1cd42f154a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,6 @@ build() {
package() {
install -dm755 "${pkgdir}/usr/lib"
cp -r "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/lib/${pkgname}"
- install -Dm644 "${srcdir}/${pkgname}-${pkgver}/.stylelintrc" "${pkgdir}/usr/lib/${pkgname}/.stylelintrc"
find "${pkgdir}/usr/lib/${pkgname}/node_modules" \
-name "*.a" -exec rm '{}' \; \
-or -name "*.bat" -exec rm '{}' \; \