rpm: disable (standard) pulseaudio autostart on its upgrade
Not only on initial template installation.
This commit is contained in:
parent
8e38b36012
commit
8acad1b78d
@ -113,6 +113,10 @@ if [ -e /etc/init/serial.conf ]; then
|
||||
cp /usr/share/qubes/serial.conf /etc/init/serial.conf
|
||||
fi
|
||||
|
||||
%triggerin -- pulseaudio-module-x11
|
||||
sed -i '/^\(Not\|Only\)ShowIn/d' /etc/xdg/autostart/pulseaudio.desktop
|
||||
echo 'NotShowIn=QUBES;' >> /etc/xdg/autostart/pulseaudio.desktop
|
||||
|
||||
%post
|
||||
|
||||
# disable some Upstart services
|
||||
|
Loading…
Reference in New Issue
Block a user