source:
npl/X/xorg_conf/run
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 159 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | #draai alle font-controle scripts opnieuw bij iedere start van X |
3 | mkfontdir || exit 1 |
4 | mkfontscale || exit 1 |
5 | fc-cache || exit 1 |
6 | |
7 | exec /usr/X11/bin/X |
Note: See TracBrowser
for help on using the repository browser.