summaryrefslogtreecommitdiffstats
path: root/source/l/lesstif/doinst.sh
blob: 5eba7c29024e6cff08b99d462d9523f4568a491f (plain) (blame)
1
2
3
4
5
6
7
8
#!/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: