summarylogtreecommitdiffstats
path: root/texlive.install
blob: 0e89dd1d3954d268614f8208e7b1be813777f744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id$
# 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
}