diff options
Diffstat (limited to 'system/artwiz-aleczapka/doinst.sh')
-rw-r--r-- | system/artwiz-aleczapka/doinst.sh | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/artwiz-aleczapka/doinst.sh b/system/artwiz-aleczapka/doinst.sh index 79208337b7..887e064938 100644 --- a/system/artwiz-aleczapka/doinst.sh +++ b/system/artwiz-aleczapka/doinst.sh @@ -1,12 +1,9 @@ #!/bin/sh -# Update mkfontscale and mkfontdir: +# Update the X font indexes: if [ -x /usr/bin/mkfontdir ]; then - ( cd /usr/share/fonts/misc - mkfontscale . - mkfontdir . - ) + /usr/bin/mkfontscale /usr/share/fonts/misc + /usr/bin/mkfontdir /usr/share/fonts/misc fi -# Update the X font indexes: if [ -x /usr/bin/fc-cache ]; then /usr/bin/fc-cache -f fi |