aboutsummaryrefslogtreecommitdiffstats
path: root/korean/netscape47-communicator/files/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'korean/netscape47-communicator/files/INSTALL')
-rw-r--r--korean/netscape47-communicator/files/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/korean/netscape47-communicator/files/INSTALL b/korean/netscape47-communicator/files/INSTALL
new file mode 100644
index 00000000000..3f6d5455e2a
--- /dev/null
+++ b/korean/netscape47-communicator/files/INSTALL
@@ -0,0 +1,9 @@
+#!/bin/sh
+[ "x$1" = "x" ] && exit 1
+if [ "x$2" = "xPOST-INSTALL" -a -n "$KO_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