[debian-edu-commits] debian-edu/ 01/01: Call 'apt-get autoremove -y' at the end of setup-roaming, to remove the packages we no longer need.

Petter Reinholdtsen pere at moszumanska.debian.org
Tue Sep 16 07:54:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-config.

commit 485e0126b895e682c423069068d6a322ed861253
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Sep 16 09:54:22 2014 +0200

    Call 'apt-get autoremove -y' at the end of setup-roaming, to remove the packages we no longer need.
---
 debian/changelog                            | 2 ++
 share/debian-edu-config/tools/setup-roaming | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 07ee83e..92a54c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ debian-edu-config (1.802) UNRELEASED; urgency=medium
   * sbin/debian-edu-ltsp:
     Drop setting the local repo in extramirror cause it doesn't exist.
   * Fix typo in debian-edu-pxeinstall to reenable menu.
+  * Call 'apt-get autoremove -y' at the end of setup-roaming, to remove
+    the packages we no longer need.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Mon, 15 Sep 2014 10:43:37 +0200
 
diff --git a/share/debian-edu-config/tools/setup-roaming b/share/debian-edu-config/tools/setup-roaming
index e79544e..b3808db 100755
--- a/share/debian-edu-config/tools/setup-roaming
+++ b/share/debian-edu-config/tools/setup-roaming
@@ -31,6 +31,9 @@ apt-get purge -y nscd
 # throw out the user if he is idle.
 apt-get purge -y killer
 
+# Drop unneeded dependencies too
+apt-get autoremove -y
+
 # try to configure sssd dynamically, fall back to default setup if
 # generation fail
 # sssd refuses to read the sssd.conf file unless it is 0600 root:root

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list