mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
6 lines
212 B
Text
6 lines
212 B
Text
|
#!/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
|