OrangePi_CM5/external/config/desktop/sid/environments/mate/debian/postinst

6 lines
324 B
Plaintext
Raw Normal View History

2022-03-07 16:26:01 +08:00
# overwrite stock lightdm greeter configuration
if [ -d /etc/orangepi/lightdm ]; then cp -R /etc/orangepi/lightdm /etc/; fi
# Disable Pulseaudio timer scheduling which does not work with sndhdmi driver
if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& tsched=0/g" -i /etc/pulse/default.pa; fi