summarylogtreecommitdiffstats
path: root/beamercolorthemesolarized.install
blob: 1bde7614e138472333980af962d8950a6087bb8d (plain)
1
2
3
4
5
6
7
post_install() {
  texhash # Refresh TeX DB
}

post_remove() {
  texhash
}