aboutsummarylogtreecommitdiffstats
path: root/pixeled-ttf.install
blob: e4272197a5ccf0b0cbd2229fee9efbae24f9f1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  echo -n "rebuilding font cache... "
  fc-cache -fs > /dev/null
  mkfontscale /usr/share/fonts/TTF
  mkfontdir /usr/share/fonts/TTF
  echo "done."
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}