summaryrefslogtreecommitdiff
path: root/extra/latex2html/latex2html.install
blob: afbeeb50c15fb89c950d54a1025115dc4fc7207d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	echo    ">>> texlive: updating the filename database..."
	texconfig-sys rehash
}

post_upgrade() {
	echo    ">>> texlive: updating the filename database..."
	texconfig-sys rehash
}

post_remove() {
	echo    ">>> texlive: updating the filename database..."
	texconfig-sys rehash
}