summaryrefslogtreecommitdiff
path: root/pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install')
-rw-r--r--pcr-testing/parabola-theme-blackmate/parabola-theme-blackmate.install6
1 files changed, 3 insertions, 3 deletions
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