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