diff options
Diffstat (limited to 'vietnamese/vnterm/scripts/pre-install')
-rw-r--r-- | vietnamese/vnterm/scripts/pre-install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vietnamese/vnterm/scripts/pre-install b/vietnamese/vnterm/scripts/pre-install new file mode 100644 index 000000000000..0b1ef47d538a --- /dev/null +++ b/vietnamese/vnterm/scripts/pre-install @@ -0,0 +1,14 @@ +#!/bin/sh -x + +# set up the resource file +# nothing yet... + +# setup helper script +echo "creating VNterm script for inexperienced users" +VNTERM_SH=${WRKDIR}/VNterm.sh + +echo "#!/bin/sh" > $VNTERM_SH +echo "" >> $VNTERM_SH +echo "XFONTDIR=${PREFIX}/lib/X11/fonts/vietnamese" >> $VNTERM_SH +echo "" >> $VNTERM_SH +/bin/cat ${FILESDIR}/VNterm.sh.in >> $VNTERM_SH |