blob: 6711f9f9b9efca6b78686ab98c3e5dc26d63d4dd (
plain)
1
2
3
4
5
|
#!/bin/sh
# Make sure there is a host.def, but don't mess with the
# contents, as the lesstif package may have already installed
# things in this file. Normally it ships empty.
touch usr/lib/X11/config/host.def
|