Lines 34-40
Link Here
|
34 |
fi |
34 |
fi |
35 |
|
35 |
|
36 |
# Create a list of all non known config files in the font dir |
36 |
# Create a list of all non known config files in the font dir |
37 |
fontlist="$(find $1/ -type f -maxdepth 1 | \ |
37 |
fontlist="$(find $1/ -maxdepth 1 -type f | \ |
38 |
gawk '$0 !~ /fonts\..*$|^.*\.dir$|XftCache/ {print}')" |
38 |
gawk '$0 !~ /fonts\..*$|^.*\.dir$|XftCache/ {print}')" |
39 |
|
39 |
|
40 |
if [ ! -f $1/fonts.list ] |
40 |
if [ ! -f $1/fonts.list ] |