1234567891011121314151617 |
- --- template.orig 2020-11-05 21:21:21.963999000 +0600
- +++ template 2020-11-05 22:26:17.310818000 +0600
- @@ -39,2 +39,13 @@ fi
-
- +# Liberation
- +# Some of the code is taken from:
- +# https://git.parabola.nu/abslibre.git/tree/libre/opencv/PKGBUILD
- +post_patch() {
- + # remove nonfree Milky icons
- + rm -rv modules/highgui/src/files_Qt/Milky
- +
- + # remove nonfree lena.png and lena.jpg images
- + rm -v $(find . -iname '*lena*')
- +}
- +
- post_install() {
|