summaryrefslogtreecommitdiffstats
path: root/fonts/artwiz-fonts/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/artwiz-fonts/INSTALL')
-rwxr-xr-xfonts/artwiz-fonts/INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/artwiz-fonts/INSTALL b/fonts/artwiz-fonts/INSTALL
new file mode 100755
index 0000000000..a2eb52d985
--- /dev/null
+++ b/fonts/artwiz-fonts/INSTALL
@@ -0,0 +1,13 @@
+local FONT_DIR="${INSTALL_ROOT}/usr/share/fonts/misc"
+local INSTALL="install -m 644 -o root -g root"
+mkdir -p ${FONT_DIR} &&
+$INSTALL ${SOURCE_DIRECTORY}/*.{pcf,alias} \
+ ${FONT_DIR}
+if list_find "$ART_ENC" "de"; then
+ $INSTALL ${SOURCE2_DIRECTORY}/*.{pcf,alias} \
+ ${FONT_DIR}
+fi &&
+if list_find "$ART_ENC" "se"; then
+ $INSTALL ${SOURCE3_DIRECTORY}/*.{pcf,alias} \
+ ${FONT_DIR}
+fi