diff options
Diffstat (limited to 'pcr-testing/parabola-theme-blackmate')
-rw-r--r-- | pcr-testing/parabola-theme-blackmate/PKGBUILD | 2 | ||||
-rw-r--r-- | pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install | 6 |
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 |