blob: 2e4e79b50c80584b336e36ab69f05fcb1834ffd8 (
plain)
1
2
3
4
|
post_install() {
echo "Note: This mali library is not installed as global library as the GLES-only libamli would break your DE running on OpenGL"
echo "Note: To use the library for a specific program, run it like 'libmalix [program]'"
}
|