mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Desktop upgrade bugfix
This commit is contained in:
@@ -63,7 +63,6 @@ create_desktop_package ()
|
||||
# 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
|
||||
|
||||
[ -f /etc/default/nodm ] && sed "s/NODM_ENABLED=\(.*\)/NODM_ENABLED=false/g" -i /etc/default/nodm
|
||||
exit 0
|
||||
EOF
|
||||
chmod 755 $destination/DEBIAN/postinst
|
||||
|
||||
Reference in New Issue
Block a user