php-apcu: remove include directory

This commit is contained in:
Enno Boland 2016-12-26 11:03:08 +01:00
parent afa9925c36
commit 4bc6e7f3fb
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ pre_install() {
}
post_install() {
rm $DESTDIR/usr/include
rm -r $DESTDIR/usr/include
}