summarylogtreecommitdiffstats
path: root/ttf-league-gothic.install
blob: 2125904e500023a18f921e1bbe5a96d73522fdc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo -n "Updating font cache... "
  fc-cache -s > /dev/null
  echo "done."
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}