| 80 | |
| 81 | post-destroot { |
| 82 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
| 83 | xinstall -m 644 -W ${worksrcpath} COPYING README AUTHORS NEWS ABOUT-NLS Changelog \ |
| 84 | ${destroot}${prefix}/share/doc/${name} |
| 85 | eval xinstall -m 644 -W ${worksrcpath} [glob doc/en/weechat*.txt] \ |
| 86 | ${destroot}${prefix}/share/doc/${name} |
| 87 | |
| 88 | xinstall -m 755 ${worksrcpath}/doc/weechat-curses.1 ${destroot}${prefix}/share/man/man1 |
| 89 | |
| 90 | eval delete [glob -type l ${destroot}${prefix}/lib/weechat/plugins/*.so] |
| 91 | } |
| 92 | |