X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=postinst-setup;h=9680876400fcc8fe554f3b77c5b0597afa97cb89;hb=41a5eaabcaa877e4bd3218d7a9114e13858ee6e9;hp=78132bbf3d975d69f6528416f6559140b36e480a;hpb=550f62afa91d7124f4a51a94b989888747740522;p=bin.git diff --git a/postinst-setup b/postinst-setup index 78132bb..9680876 100755 --- a/postinst-setup +++ b/postinst-setup @@ -35,7 +35,7 @@ if [ ! -d /etc/.bzr ]; then chmod 600 /etc/ssh/ssh_*_key # only restore dchroot part into fstab - grep -A 200 "^# dchroots" fstab >> fstab.originst || true + grep -A 200 "^# sid chroot" fstab >> fstab.originst || true mv fstab.originst fstab # only restore the human users from passwd/group @@ -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* @@ -75,16 +75,9 @@ rm -f /etc/rcS.d/*pcmcia* /etc/rcS.d/*ppp* killall apt-get || true apt-get update -o Acquire::Http::No-Cache=true -DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y --force-yes vim bzrtools bzr-svn patchutils offlineimap wipe diffstat gtimelog jigdo-file libtool devhelp python-doc manpages-dev gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-ffmpeg weechat weechat-plugins weechat-scripts dpatch wdiff grep-dctrl ccache subversion listadmin quilt python-dev cryptsetup mutt editmoin lintian python-gtk2-doc fakechroot ubuntu-dev-tools dput gnome-blog dchroot fakechroot imagemagick pngquant pdfjam easytag rsnapshot openvpn texlive-lang-german python-coverage +DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y --force-yes vim bzrtools bzr-svn patchutils offlineimap wipe diffstat gtimelog jigdo-file libtool devhelp python-doc manpages-dev gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-ffmpeg weechat weechat-plugins weechat-scripts dpatch wdiff debian-goodies ccache subversion listadmin quilt python-dev cryptsetup mutt editmoin lintian python-gtk2-doc fakechroot ubuntu-dev-tools dput gnome-blog dchroot fakechroot imagemagick pngquant pdfjam easytag rsnapshot texlive-lang-german python-coverage powertop sane-utils vim-scripts libtemplate-perl kvm apt-get -y build-dep postgresql-8.3 gnome-mount hal cups apport jockey -if [ `hostname` = donald ]; then - DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes dhcp3-server ia32-libs latex-beamer sane-utils -fi -if [ `hostname` = tick ]; then - DEBIAN_FRONTEND=noninteractive apt-get install -y powertop -fi - umount /cdrom || true # crontabs @@ -93,13 +86,6 @@ crontab -u martin - </dev/null EOF -# other setup -if [ `hostname` = "donald" ]; then - ifdown eth1 - ifup eth1 - /etc/init.d/dhcp3-server restart - -fi if [ -x /usr/bin/gtimelog ]; then - patch /usr/bin/gtimelog ~martin/archiv/gtimelog.wednesday.patch + patch /usr/bin/gtimelog ~martin/archiv/gtimelog.tuesday.patch fi