mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 16:21:38 +01: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
|