mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
299 B

fontconfig_postmake ()
{
echo "Copying default example configs ..."
cp -fv $confdir/local.conf.data $root/etc/fonts/local.conf
echo "Installing fontconfig postinstall Script ..."
cp -fv $confdir/x11-30-fontconfig-postinstall.sh $root/etc/postinstall/
}
hook_add postmake 5 fontconfig_postmake