summarylogtreecommitdiffstats
path: root/cmll-latex.install
blob: d55b1c004a288d160df6b3af736cdc2744b7eabd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	  texhash
}

post_remove() {
	  texhash
}

post_upgrade() {
	  texhash
}