summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-27 05:29:50 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-27 05:29:50 -0400
commitdbcba344423b2e5420c98bb9e8ac6bb0406d850b (patch)
tree2045bb9eae402737d99a571e8f04a0006be48074 /pcr-testing
parent092be4f810e01f39508fb63e22a0d4e019188a21 (diff)
[parabola-theme-blackmate]: rebuild
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/parabola-theme-blackmate/PKGBUILD2
-rw-r--r--pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install6
2 files changed, 4 insertions, 4 deletions
diff --git a/pcr-testing/parabola-theme-blackmate/PKGBUILD b/pcr-testing/parabola-theme-blackmate/PKGBUILD
index 09dc2baea..c76251fb8 100644
--- a/pcr-testing/parabola-theme-blackmate/PKGBUILD
+++ b/pcr-testing/parabola-theme-blackmate/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=parabola-theme-blackmate
pkgver=3.22.16
-pkgrel=parabola3
+pkgrel=parabola4
pkgdesc="Parabola's dark desktop theme"
arch=('any')
license=('GPL3')
diff --git a/pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install b/pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install
index be4aab294..9610b443f 100644
--- a/pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install
+++ b/pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install
@@ -1,9 +1,9 @@
post_install() {
touch /etc/environment
- grep "^QT_QPA_PLATFORMTHEME='*qt5ct'*" /etc/environment && \
- sed "s|QT_QPA_PLATFORMTHEME=.*|QT_QPA_PLATFORMTHEME='qt5ct'|g" /etc/environment || \
- sed "$ a\QT_QPA_PLATFORMTHEME='qt5ct'" /etc/environment
+ grep "^QT_QPA_PLATFORMTHEME='*qt5ct'*" /etc/environment && \
+ sed -i "s|QT_QPA_PLATFORMTHEME=.*|QT_QPA_PLATFORMTHEME='qt5ct'|g" /etc/environment || \
+ sed -i "$ a\QT_QPA_PLATFORMTHEME='qt5ct'" /etc/environment
cat << _EOF