Marcelo E. Magallon wrote: > Hi, > > can I use IO::Handle::new_tmpfile in an Perl script that's run on > postinst? The package has to Predepend on perl, right?
Why not just depend on debianutils (>= 1.6) and use the tempfile command? > I'll use this > tempfile to modify a conffile (it *has* to be modified, it's not an > option)... If it has to be modified, policy says it cannot be a conffile. Postinst could create it instead. -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

