summaryrefslogtreecommitdiffstats
path: root/kde/post-install/sddm-qt5.post-install
blob: 0bcecceb160a301c0e45b2841fa1587aa3493e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Remove PAM related stuff:
rm -rf $PKG/etc/pam.d

## Set the KDE4 theme 'elarun' as default, it gives the user more options:
#sed -i -e "s/^CurrentTheme.*/CurrentTheme=elarun/" $PKG/etc/sddm.conf 
# Set the KDE5 theme 'breeze' as default, integrates better with Plasma 5:
sed -i -e "s/^CurrentTheme.*/CurrentTheme=breeze/" $PKG/etc/sddm.conf 

# Do not clobber existing configuration files:
mv $PKG/etc/sddm.conf{,.new}