I'm trying to creat a .deb that, as part of its installation process, pings an external server.
So I have an install_foobar script which does the install.
However, I can't get install_foobar to curl out to the server, or, for that matter, echo out to /tmp.
What is the environment that is created? I am wondering if its some sort of pbuilder-esque world that is removed after the install finishes...