linux-l: alien deb modifizieren

Philipp Grau phgrau at ZEDAT.FU-Berlin.DE
So Jan 28 01:23:28 CET 2001


On Sat, Jan 27, 2001 at 06:37:50PM +0100, Michael Wiedmann wrote:
> Gibt es einen Weg das .deb auszupacken (einschließlich den Skripten), 
> das "postinst" anzupassen und dann das .deb neu zu packen?

Ich würde folgendes vorschlagen:

cd /tmp/
mkdir testpack
cd testpack
dpkg-deb -x /path/to/test.deb .
mkdir DEBIAN
cd DEBIAN
dpkg-deb -e /path/to/test.deb
vi filetochange
cd ..
cd ..
dpkg -b testpack/ test-from-michael.deb

Philipp



Mehr Informationen über die Mailingliste linux-l