X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=postinst-setup;h=4d9c5aebbb886285ba46dcdf5ff5d29c0e08d7a4;hb=349e9c013c473edf9782021b362fdbc1b069501d;hp=58df377dd5b080e66d9541db58f3ef4cab24eca6;hpb=cf58c3a0005778c04c962190b32d41e05513bb11;p=bin.git diff --git a/postinst-setup b/postinst-setup index 58df377..4d9c5ae 100755 --- a/postinst-setup +++ b/postinst-setup @@ -69,8 +69,13 @@ rm -f /etc/rcS.d/*pcmcia* /etc/rcS.d/*ppp* killall apt-get || true apt-get update -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 dchroot fakechroot imagemagick pngquant pdfjam easytag rsnapshot texlive-lang-german texlive-latex-extra python-coverage powertop sane-utils vim-scripts libtemplate-perl kvm bzr-buildpackage git-core greasemonkey build-essential fakeroot devscripts libglib2.0-doc libgtk2.0-doc -apt-get -y build-dep postgresql-8.4 hal cups apport jockey calibre gvfs devicekit-disks devicekit-power +DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y --force-yes vim bzrtools patchutils offlineimap wipe diffstat gtimelog jigdo-file libtool devhelp python-doc manpages-dev gstreamer0.10-fluendo-mp3 gstreamer0.10-ffmpeg weechat weechat-plugins weechat-scripts dpatch wdiff ccache listadmin quilt cryptsetup mutt editmoin lintian python-gtk2-doc fakechroot ubuntu-dev-tools dput dchroot fakechroot easytag rsnapshot texlive-lang-german texlive-latex-extra powertop vim-scripts libtemplate-perl kvm bzr-buildpackage git-core greasemonkey build-essential fakeroot devscripts libglib2.0-doc libgtk2.0-doc git-buildpackage corkscrew d-feet germinate debootstrap seahorse-plugins wmctrl +apt-get -y build-dep postgresql-8.4 cups apport calibre gvfs udisks upower gnome-disk-utility + +# basic 32 bit libraries (for adb) +if [ `uname -m` = x86_64 ]; then + apt-get install -y lib32stdc++6 lib32ncurses5 libc6-i386 +fi # crontabs crontab -u martin - <