[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#282864: openoffice.org: postinst uses update_desktop_database instead of update-desktop-database



severity 282864 grave
tag 282864 + experimental
tag 282864 + pending
retitle 282864 [experimental] openoffice.org: postinst fails because of unimplemented update_desktop_database
thanks

Hi,

Thomas Cataldo wrote:
> The following lines in openoffice.org.postinst :
> 
> if [ "$1" = "configure" ]; then
> 	update_desktop_database
> fi
> 
> should be
> 
> if [ "$1" = "configure" ]; then
> 	update-desktop-database
> fi

No, the _'s are right. The above refers to a update_desktop_database()
shell function which itself calls update-desktop-database -q.

The problem here is that that function isn't implemented in 1.1.3-x and
shouldn't be. This was a broken forward-merge of changes from
1.1.2dfsg1-3.

The openffoffice.org postinst should be removed and the
update_desktop_database call removed from the postrm.

P.S: Please actually tag bugs only in experimental appropriately. And:
Because this bug prevents package installation it is grave.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
      

Attachment: signature.asc
Description: Digital signature


Reply to: