blob: 08c4cb60b4131cfecd77bc21c182be937722a1cc (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install()
{
fc-cache -s &> /dev/null
mkfontscale usr/share/fonts/TTF
mkfontdir usr/share/fonts/TTF
}
post_upgrade() { post_install ; }
pret_remove() { post_install ; }
|