summarylogtreecommitdiffstats
path: root/ttf-malayalam-fonts.install
blob: 26e912fe9c2c01c39a342acd8a8e5743faa4db15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  echo "Running fc-cache to update font cache"
  fc-cache -fs
  mkfontscale usr/share/fonts/TTF
  mkfontdir usr/share/fonts/TTF
  echo "Finished updating font cache"
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}