blob: af0fe16447e8e28272a49ea4b2cd46b461c7afe4 (
plain)
1
2
3
4
5
|
post_install() {
echo "Use YACReader to read your comics."
echo "Use YACReaderLibrary to manage your digital comic library."
echo "For cross-platform reading with YACReader for iOS, take a closer look at YACReaderLibrary's server mode or use the headless server."
}
|