diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-11 20:01:52 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:52 +0200 |
commit | b0d02a1f054fc4dbc9a57daa91db213e3abe2180 (patch) | |
tree | 2ba0452d2e41ac0fe8e0a41b1aa6f05d3448e522 /system/artwiz-aleczapka/doinst.sh | |
parent | fd299742f98a1ca6fc30320d5ddad96f58854d47 (diff) | |
download | slackbuilds-b0d02a1f054fc4dbc9a57daa91db213e3abe2180.tar.gz |
system/artwiz-aleczapka: Added to 12.0 repository
Diffstat (limited to 'system/artwiz-aleczapka/doinst.sh')
-rw-r--r-- | system/artwiz-aleczapka/doinst.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/artwiz-aleczapka/doinst.sh b/system/artwiz-aleczapka/doinst.sh new file mode 100644 index 0000000000..79208337b7 --- /dev/null +++ b/system/artwiz-aleczapka/doinst.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# Update mkfontscale and mkfontdir: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/misc + mkfontscale . + mkfontdir . + ) +fi +# Update the X font indexes: +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi |