Disable gpk-update-icon autostart

This commit is contained in:
Marek Marczykowski 2011-04-07 12:40:19 +02:00
parent 83c877189d
commit 4d3b9b0654

View File

@ -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