FS#38569 - [zathura] calls 'which' in post-install script, even though it checks for binary in deps
Attached to Project:
Community Packages
Opened by Andrew (abrouwers) - Sunday, 19 January 2014, 00:22 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 20 January 2014, 11:09 GMT
Opened by Andrew (abrouwers) - Sunday, 19 January 2014, 00:22 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 20 January 2014, 11:09 GMT
|
Details
Description:
Currently, zathura's post-install script calls: "which gtk-update-icon-cache >/dev/null" However, due to the deps of zathura, gtk-update-icon-cache is always installed through girara. So, the check is rather worthless, and will fail to run if 'which' isn't installed (even though gtk-update-icon-cache is). Therefore, it probably makes sense just to call this directly. |
This task depends upon
Closed by Sergej Pupykin (sergej)
Monday, 20 January 2014, 11:09 GMT
Reason for closing: Fixed
Additional comments about closing: in svn only. which is in base group, so it should be always installed.
Monday, 20 January 2014, 11:09 GMT
Reason for closing: Fixed
Additional comments about closing: in svn only. which is in base group, so it should be always installed.
Comment by
Dave Reisner (falconindy) - Sunday,
19 January 2014, 00:34 GMT
- Field changed: Attached to Project (Arch Linux → Community Packages)
zathura isn't in extra...
Comment by Andrew (abrouwers) -
Sunday, 19 January 2014, 00:50 GMT
Oops, sorry - misread.