Greg Lopp on Wed, 20 Feb 2002 21:40:20 +0100 |
Taking a look at the post-installation script (/var/lib/dpkg/info/mozilla-browser.postinst ?) You can probably figure out which command is causing the failure by process of elimination. Run some of the commands manually, chances are that the point of failure will be revealed via the strace utility or simply getting the full output of the command (i.e. the postinst scripts like to do "$CMD > /dev/null 2>&1") Happy hunting, Greg ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|