aboutsummaryrefslogtreecommitdiff
path: root/lang/scratch/files/pkg-message.in
diff options
context:
space:
mode:
authorTakeshi Mutoh <takeshi.mutoh@gmail.com>2023-05-06 16:10:52 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2023-05-06 16:10:52 +0000
commit1b05393b7d60dfeb0fed25af48214d73971a4e38 (patch)
tree9991ac7908efd681e9cb418fb040f009d486a3cf /lang/scratch/files/pkg-message.in
parent1531a89c192632b75357803f5c3f364aeddb4e48 (diff)
Diffstat (limited to 'lang/scratch/files/pkg-message.in')
-rw-r--r--lang/scratch/files/pkg-message.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/scratch/files/pkg-message.in b/lang/scratch/files/pkg-message.in
new file mode 100644
index 000000000000..78126221f16d
--- /dev/null
+++ b/lang/scratch/files/pkg-message.in
@@ -0,0 +1,15 @@
+[
+{ type: install
+ message: <<EOM
+In current Scratch, some resource require at /usr/share/scratch.
+This is hard coded at Scratch.image.
+
+Some function assume Scratch resources at /usr/share/scratch like:
+- locale for change languages,
+- Media files: costume, sound, background, and so on
+
+If you want to use these function, try create symbolic link AT YOUR OWN LISK.
+# ln -s %%PREFIX%%/share/scratch /usr/share/scratch
+EOM
+}
+]