aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/XFree86-aoutlibs/files/INSTALL.in
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/XFree86-aoutlibs/files/INSTALL.in')
-rw-r--r--chinese/XFree86-aoutlibs/files/INSTALL.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/chinese/XFree86-aoutlibs/files/INSTALL.in b/chinese/XFree86-aoutlibs/files/INSTALL.in
deleted file mode 100644
index 9af384c65b2f..000000000000
--- a/chinese/XFree86-aoutlibs/files/INSTALL.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# an installation script for zh-XFree86-aoutlibs
-
-if [ "$2" != "PRE-INSTALL" ]; then
- exit 0
-fi
-
-if [ ! -f @PREFIX@/lib/aout/zh-XFree86-aoutlibs-3.3.6 ] && \
- [ -f @PREFIX@/lib/aout/libX11.so.6.1 ]; then
- echo ----------------------------------------------------
- echo You have XFree86-aoutlibs installed!
- echo Please remove it before install zh-XFree86-aoutlibs.
- echo ----------------------------------------------------
- exit 1
-fi
-
-exit 0