From dbcba344423b2e5420c98bb9e8ac6bb0406d850b Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 27 May 2018 05:29:50 -0400 Subject: [parabola-theme-blackmate]: rebuild --- .../parabola-theme-blackmate/parabola-theme-blackmate.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install') 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 -- cgit v1.2.3