libcppunit: remove ELF file from /usr/share/examples

This commit is contained in:
maxice8 2019-01-14 05:22:41 -02:00
parent 3e1f5a2c47
commit 3995ed84f4
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 0 deletions

View File

@ -39,5 +39,6 @@ libcppunit-examples_package() {
pkg_install() {
vmkdir usr/share/libcppunit
vcopy examples usr/share/libcppunit
rm -f -- ${DESTDIR}/usr/share/examples/simple/.libs/simple
}
}