Disable gpk-update-icon autostart
This commit is contained in:
parent
0cf1658c65
commit
9ed7721fc4
@ -80,6 +80,9 @@ cp /var/lib/qubes/serial.conf /etc/init/serial.conf
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
# Disable gpk-update-icon
|
||||||
|
sed 's/^NotShowIn=KDE;$/\0QUBES;/' -i /etc/xdg/autostart/gpk-update-icon.desktop
|
||||||
|
|
||||||
if [ "$1" != 1 ] ; then
|
if [ "$1" != 1 ] ; then
|
||||||
# do this whole %post thing only when updating for the first time...
|
# do this whole %post thing only when updating for the first time...
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user