diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-07-13 15:59:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-07-13 18:03:44 +0200 |
commit | e8c5b82438db36cdecc533644c3dca2b9a9edb76 (patch) | |
tree | ed0b472a03ae58c8753273fa53e7a049db8a89f9 | |
parent | 69177a2668c5472f107ef8c3eca975e228fecac9 (diff) |
Mark auto previously excluded recommendations evolution-data-server libvisual-0.4-plugins libwebkitgtk-1.0-0.
-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 |