#!/bin/bash
echo "Generating fontconfig cache, may take a while..."
fc-cache -s

if [[ -x /usr/bin/systemctl ]]; then
	systemctl enable fc-cache
fi
