mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
7 lines
111 B
Bash
7 lines
111 B
Bash
#!/bin/sh
|
|
|
|
cat << __EOF__
|
|
* Note that some Japanese RPG Maker games may require icu-data-full.
|
|
__EOF__
|
|
exit 0
|