blob: 6115cf392b9e61c662e6aa9dab437744c042276d (
about) (
plain) (
blame)
1
2
3
4
5
|
# Remove files that clash with the Frameworks version of akonadi;
# we need only the barebones of the old akonadi 0.x for kdepimlibs4:
#rm -r $PKG/usr/{bin,share}
rm -r $PKG/usr/bin
|