diff options
-rw-r--r-- | profiles/desktop-z | 2 | ||||
-rw-r--r-- | tweaks/desktop | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/profiles/desktop-z b/profiles/desktop-z index c7a8b21..075537b 100644 --- a/profiles/desktop-z +++ b/profiles/desktop-z @@ -7,5 +7,5 @@ cpufrequtils unattended-upgrades ntp uuid-runtime bash-completion # include OpenGL hardware rasterizers (excluding software rasterizer) libgl1-mesa-dri libgl1-mesa-swx11- -#TODO: include these only when upgrading, and mark as auto-installed +#TODO: include these only when upgrading evolution-data-server gvfs libvisual-0.4-plugins libwebkitgtk-1.0-0 diff --git a/tweaks/desktop b/tweaks/desktop index 877eb13..5cfd3a8 100644 --- a/tweaks/desktop +++ b/tweaks/desktop @@ -12,3 +12,7 @@ sed -i -r -e 's,xfce4-appfinder,exo-mail-reader,' xfce4-panel.xml # disable storing session at logout by default _backup xfce4-session.xml sed -i -r -e 's,(<property name="general"[^>]*>),\1\n <property name="SaveOnExit" type="bool" value="false"/>,' xfce4-session.xml + +## upgrade cleanup +# fix mark auto-installed recommended packages previously excluded +chroot /target apt-mark auto evolution-data-server gvfs libvisual-0.4-plugins libwebkitgtk-1.0-0 |