10 lines
228 B
Bash
10 lines
228 B
Bash
#! /bin/sh
|
|
|
|
if [ -z ${MESON_INSTALL_QUIET+x} ]; then
|
|
set -x
|
|
fi
|
|
|
|
cd ${DESTDIR}@encodingsdir@
|
|
@mkfontscale@ -b -s -l -n -r -p @encodingsdir@ -e . -e large .
|
|
cd large
|
|
@mkfontscale@ -b -s -l -n -r -p @encodingsdir@/large -e . .
|