From a0540c83a64f89bf3ef39c2c02acfb9190ca8e2d Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Thu, 17 Sep 2009 14:01:49 +0200 Subject: [PATCH] postinst-setup: drop purging of packages which are not installed any more --- postinst-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinst-setup b/postinst-setup index 0172b2c..72278f8 100755 --- a/postinst-setup +++ b/postinst-setup @@ -62,7 +62,7 @@ locale-gen ru_RU ru_RU.UTF-8 # remove packages that we do not need killall apt-get || true # cronjob goo -apt-get purge -y --auto-remove hplip brltty bluez-cups gnome-accessibility-themes gnome-mag gnome-orca onboard tomboy ttf-arabeyes ttf-arphic-uming ttf-lao ttf-thai-tlwg update-motd || true +apt-get purge -y --auto-remove hplip brltty bluez-cups gnome-accessibility-themes gnome-mag gnome-orca onboard tomboy ttf-lao ttf-thai-tlwg || true rm -f /etc/rcS.d/*pcmcia* /etc/rcS.d/*ppp* -- 2.39.2