first commit
This commit is contained in:
10
external/config/desktop/focal/environments/deepin/debian/postinst
vendored
Normal file
10
external/config/desktop/focal/environments/deepin/debian/postinst
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# overwrite stock lightdm greeter configuration
|
||||
if [ -d /etc/orangepi/lightdm ]; then cp -R /etc/orangepi/lightdm /etc/; fi
|
||||
if [ -f /etc/lightdm/slick-greeter.conf ]; then sed -i 's/orangepi03-Dre0x-Minum-dark-blurred-3840x2160.jpg/orangepi-4k-neglated-gauss.jpg/g' /etc/lightdm/slick-greeter.conf; 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
|
||||
|
||||
#remove linked file
|
||||
rm /etc/alternatives/deepin-default-background
|
||||
ln -s /usr/share/backgrounds/orangepi/orangepi-4k-neglated.jpg /etc/alternatives/deepin-default-background
|
||||
Reference in New Issue
Block a user