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

# $FreeBSD$

# 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