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!