FS#2979 - Bug in eclipse.install file
Attached to Project:
Arch Linux
Opened by Jaroslaw Swierczynski (swiergot) - Wednesday, 20 July 2005, 16:01 GMT
Last edited by Dale Blount (dale) - Wednesday, 20 July 2005, 16:03 GMT
Opened by Jaroslaw Swierczynski (swiergot) - Wednesday, 20 July 2005, 16:01 GMT
Last edited by Dale Blount (dale) - Wednesday, 20 July 2005, 16:03 GMT
|
Details
In all post_* functions, there is the following line:
update-desktop-database 2&>1 /dev/null The output redirection is wrong - should be 2>&1 (not 2&>1). |
This task depends upon
I've fixed this and it will roll out with the next version of Eclipse.
- P