To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42535 Issue #:|42535 Summary:|postinst/rm script errors on Debian Component:|Installation Version:|680m77 Platform:|PC URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P2 Subcomponent:|code Assigned to:|of Reported by:|haggai
------- Additional comments from [EMAIL PROTECTED] Fri Feb 11 04:48:45 -0800 2005 ------- Unpacking replacement openofficeorg-core01 ... /var/lib/dpkg/info/openofficeorg-core01.postrm: line 37: [: 29643LASTUNINSTALL: integer expression expected The offending line is: if [ -h /opt/openoffice.org1.9.77/program/libfreetype.so.6 -a $$LASTUNINSTALL -eq 1 ] The problem seems to be that all variables are preceeded by '$$' instead of '$', which is not the right sh syntax ($$ expands to the running process). It is the same in postrm too. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]