FS#20282 - package transmission gtk-update-icon-cache path typo.

Attached to Project: Arch Linux
Opened by Damjan Dimitrioski (gnu_D) - Monday, 26 July 2010, 15:50 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 27 July 2010, 08:21 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The package transmission contains typo path in the transmission-gtk.install, file content:
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
where "usr/share/icons/hicolor" should have one root slash in the beginning, making the icons upgrade to fail.

Additional info:
* package version(s) 2.03


Steps to reproduce:
Try to install transmission.
This task depends upon

Closed by  Ionut Biru (wonder)
Tuesday, 27 July 2010, 08:21 GMT
Reason for closing:  Not a bug
Comment by Eric Belanger (Snowman) - Monday, 26 July 2010, 20:07 GMT
There's not supposed to be a leading slash. Problem is due to something else.
Comment by Jan de Groot (JGC) - Monday, 26 July 2010, 22:02 GMT
The slash is not needed as pacman moves to / before executing anything. I don't get any errors or warnings here and lots of packages use this method.

Loading...