parabola-theme-blackmate.install 590 B

123456789101112131415161718
  1. post_install() {
  2. touch /etc/environment
  3. grep "^QT_QPA_PLATFORMTHEME='*qt5ct'*" /etc/environment && \
  4. sed -i "s|QT_QPA_PLATFORMTHEME=.*|QT_QPA_PLATFORMTHEME='qt5ct'|g" /etc/environment || \
  5. sed -i "$ a\QT_QPA_PLATFORMTHEME='qt5ct'" /etc/environment
  6. cat << _EOF
  7. ==> Installation:
  8. ==> To allow QT programs to follow the theme: 'parabola-theme-blackmate';
  9. ==> either copy /usr/share/themes/parabola-blackmate/qt5ct/qt5ct.conf to ~/.config/qt5ct/
  10. ==> or run the \`qt5ct\` program and select the theme: 'gtk2'.
  11. _EOF
  12. }