makedeb


nerd-fonts-jetbrains-mono 2.3.3-1


A Nerd Font patched version of JetBrains Mono

Viewing /nerd-fonts-jetbrains-mono.install.

View raw.

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"
}