From 0ce556677919eac99d16740c81f84ba91cb45bda Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Sun, 3 Mar 2013 12:56:40 -0600 Subject: system/artwiz-aleczapka: Reworked (split cursor font out) The cursor font is not in a separate package. Signed-off-by: Robby Workman --- system/artwiz-aleczapka/doinst.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'system/artwiz-aleczapka/doinst.sh') 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 -- cgit v1.2.3-80-g2a13