summarylogtreecommitdiffstats
path: root/texlive.install
blob: 9b9cdcb228797b705486016973ce0bd963c2db81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Taken from texlive-publishers

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
}