aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/netscape4-communicator/files/INSTALL
blob: a1343b4ff7f47546f0b3d99485849ef679966c93 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
[ "x$1" = "x" ] && exit 1
if [ "x$2" = "xPOST-INSTALL" -a -n "$JA_NETSCAPE_INSTALL_CFG" ]; then
    CFGLOC=/usr/lib/X11/@LANG@/app-defaults
    if [ ! -e $CFGLOC/netscape.cfg ]; then
        mkdir -p $CFGLOC
        cp @NDIR@/@LANG@/netscape.cfg $CFGLOC
    fi
fi