From 7e7b37df06ff685847154ff1272640da310c63bb Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Sun, 8 Feb 2009 22:31:53 +0100 Subject: [PATCH] postinst-setup: do not purge packages which we do not install any more --- postinst-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinst-setup b/postinst-setup index 43de50a..d062521 100755 --- a/postinst-setup +++ b/postinst-setup @@ -67,7 +67,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-kochi-gothic ttf-kochi-mincho ttf-lao ttf-malayalam-fonts ttf-thai-tlwg landscape-common update-motd tracker|| true +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 rm -f /etc/rcS.d/*pcmcia* /etc/rcS.d/*ppp* -- 2.39.2