| 46 | post-destroot { |
| 47 | xinstall -m 644 ${worksrcpath}/manual.pdf \ |
| 48 | ${destroot}${prefix}/share/doc/offlineimap |
| 49 | xinstall -m 644 ${worksrcpath}/manual.txt \ |
| 50 | ${destroot}${prefix}/share/doc/offlineimap |
| 51 | xinstall -m 644 ${worksrcpath}/manual.html \ |
| 52 | ${destroot}${prefix}/share/doc/offlineimap |
| 53 | xinstall -m 644 ${worksrcpath}/offlineimap.conf \ |
| 54 | ${destroot}${prefix}/etc/example-offlineimap.conf |
| 55 | xinstall -m 644 ${worksrcpath}/offlineimap.conf.minimal \ |
| 56 | ${destroot}${prefix}/etc/example-offlineimap.conf.minimal |
| 57 | } |