From 66f7b2b395a7b908d678558b7d90ed213c282994 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 29 Mar 2007 09:44:33 +0200 Subject: [PATCH] postinst-setup: some updates --- postinst-setup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/postinst-setup b/postinst-setup index 89c5556..0fe4bc7 100755 --- a/postinst-setup +++ b/postinst-setup @@ -69,6 +69,8 @@ killall apt-get # remove packages that we do not need apt-get remove --purge -y --auto-remove network-manager hplip brltty bluez-cups gnome-accessibility-themes gnome-mag gnome-orca onboard tomboy ttf-arabeyes ttf-arphic-ukai ttf-arphic-uming ttf-baekmuk ttf-gentium ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho ttf-lao ttf-malayalam-fonts ttf-mgopen ttf-thai-tlwg +rm /etc/rcS.d/*pcmcia* /etc/rcS.d/*ppp* + # restore our network ifdown eth0 || true ifup eth0 @@ -76,7 +78,7 @@ ifup eth0 # install packages from network sources apt-get update -o Acquire::Http::No-Cache=true -DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes vim bzr bzrtools python-paramiko patchutils offlineimap wipe gnome-gpg diffstat dchroot gtimelog pibackup jigdo-file libtool devhelp python-doc perl-doc manpages-dev gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-ffmpeg xchat debmirror dpatch wdiff dhcp3-server grep-dctrl ccache subversion listadmin ia32-libs quilt apache2 +DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes vim bzr bzrtools python-paramiko patchutils offlineimap wipe gnome-gpg diffstat dchroot gtimelog pibackup jigdo-file libtool devhelp python-doc perl-doc manpages-dev gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-ffmpeg xchat debmirror dpatch wdiff dhcp3-server grep-dctrl ccache subversion listadmin ia32-libs quilt apache2 python-dev apt-get -y build-dep postgresql-8.1 gnome-volume-manager hal pmount cupsys # other setup -- 2.39.2