makedeb
A Nerd Font patched version of JetBrains Mono
Viewing /nerd-fonts-jetbrains-mono.install
.
Click here to go back to the Git tree for nerd-fonts-jetbrains-mono.
post_install() {
echo -n "Updating font cache... "
fc-cache -s
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
echo "done"
}
post_upgrade() {
echo -n "Updating font cache... "
fc-cache -s
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
echo "done"
}
post_remove() {
echo -n "Updating font cache... "
fc-cache -s
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
echo "done"
}