summaryrefslogtreecommitdiffstats
path: root/source/l/lesstif/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/lesstif/doinst.sh')
-rw-r--r--source/l/lesstif/doinst.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/l/lesstif/doinst.sh b/source/l/lesstif/doinst.sh
deleted file mode 100644
index 5eba7c290..000000000
--- a/source/l/lesstif/doinst.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# Add the LessTif stuff to host.def if it isn't already there:
-mkdir -p usr/lib/X11/config
-touch usr/lib/X11/config/host.def
-if ! grep LessTif usr/lib/X11/config/host.def 1> /dev/null 2> /dev/null ; then
- cat usr/lib/LessTif/config/host.def >> usr/lib/X11/config/host.def
-fi
-# Standard symlink creation section begins: