aboutsummaryrefslogtreecommitdiff
path: root/vietnamese/vnterm/scripts/pre-install
blob: aeddf89033fc5f3e46edd824b0c1c62d84afe9d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# 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