I have a need to run dpkg install, unpack the conf files, but skip running the postinst scripts (if it's included in the deb file).
I've tried to change the SHELL variable to /usr/bin/true, but that didn't work. Any other ideas would be great!
/bin/sha symlink to/usr/bin/true. But be careful to not lock yourself out of your system!apt-get installwithout running anypostinitscripts, if included. Basically, i have a bunch of packages (built for a different architecture) that i want to install. they won't run on the system that I'm installing them on (different arch issues, etc) so I want to skip running any postinit scripts