summarylogtreecommitdiffstats
path: root/beamer-theme-tub-git.install
blob: 7cd6277366803c900e11ff32b21e65df97aac849 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	texhash
}

post_upgrade() {
	texhash
}

post_remove() {
	texhash
}