15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
|
post_install()
|
||
|
{
|
||
|
echo -n "Updating font cache... "
|
||
|
fc-cache -fs >/dev/null
|
||
|
mkfontscale /usr/share/fonts/ttf-neuropolitical
|
||
|
mkfontdir /usr/share/fonts/ttf-neuropolitical
|
||
|
echo "done"
|
||
|
}
|
||
|
|
||
|
post_upgrade()
|
||
|
{
|
||
|
post_install
|
||
|
}
|
||
|
|