diff options
Diffstat (limited to 'korean/netscape48-communicator/files/INSTALL')
-rw-r--r-- | korean/netscape48-communicator/files/INSTALL | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/korean/netscape48-communicator/files/INSTALL b/korean/netscape48-communicator/files/INSTALL deleted file mode 100644 index 3f6d5455e2a6..000000000000 --- a/korean/netscape48-communicator/files/INSTALL +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |