blob: 57b8e60091390af0949a26a2227e3da05d294389 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "=> This compatibility layer is meant to provide a smooth transition"
echo " from legacy libmodplug to libopenmpt. The applications linking to"
echo " libmodplug need no modifications, the ABI is the same. Not all"
echo " features are supported, though. This means compilation against it"
echo " may fail or resulting binaries may crash."
}
|