]> piware.de Git - bin.git/commitdiff
postinst-setup: do not set up mirror and apache any more
authorMartin Pitt <martin@piware.de>
Mon, 7 Jul 2008 10:20:03 +0000 (12:20 +0200)
committerMartin Pitt <martin@piware.de>
Mon, 7 Jul 2008 10:20:03 +0000 (12:20 +0200)
postinst-setup

index 6c06516babf7d29d56909f33daaff7022f4130aa..34d7143c54c90f92405e880dad38f584bd031926 100755 (executable)
@@ -79,15 +79,13 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes vim bzrtools bzr-s
 apt-get -y build-dep postgresql-8.3 gnome-volume-manager hal cupsys apport jockey
 
 if [ `hostname` = donald ]; then
-    DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes dchroot rsnapshot dhcp3-server apache2 ia32-libs easytag texlive latex-beamer texlive-lang-german fakechroot sane-utils imagemagick pngquant pdfjam
+    DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes dchroot rsnapshot dhcp3-server ia32-libs easytag texlive latex-beamer texlive-lang-german fakechroot sane-utils imagemagick pngquant pdfjam
 fi
 
 umount /cdrom || true
 
 # other setup
 if [ `hostname` = "donald" ]; then
-    [ -e /mirror ] || ln -s /home/ubuntu-mirror /mirror
-    ln -s /mirror /var/www/mirror
     ifdown eth1
     ifup eth1
     /etc/init.d/dhcp3-server restart