зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
8 строки
196 B
Plaintext
8 строки
196 B
Plaintext
post_install() {
|
|
echo -n "Updating font cache... "
|
|
mkfontscale /usr/share/fonts/TTF > /dev/null 2>&1
|
|
mkfontdir /usr/share/fonts/TTF > /dev/null 2>&1
|
|
fc-cache -s >/dev/null
|
|
echo "done"
|
|
}
|