diff options
-rwxr-xr-x | privileged_startx/20-font_cache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/privileged_startx/20-font_cache.cpp b/privileged_startx/20-font_cache.cpp index c13384b..6d43e10 100755 --- a/privileged_startx/20-font_cache.cpp +++ b/privileged_startx/20-font_cache.cpp @@ -27,9 +27,9 @@ XCOMM promote the sale, use or other dealings in this Software without XCOMM prior written authorization. if [ -x BINDIR/font_cache ] ; then - BINDIR/font_cache & + BINDIR/font_cache -s & elif [ -x BINDIR/font_cache.sh ] ; then BINDIR/font_cache.sh -s & -elif [ -x /usr/X11/bin/fc-cache ] ; then +elif [ -x BINDIR/fc-cache ] ; then BINDIR/fc-cache & fi |