summarylogtreecommitdiffstats
path: root/texlive.install
blob: 6b32f29f92dac4ea409955f3b4f941188b3f75c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: texlive.install 149 2009-04-30 00:46:23Z shtrom $
# 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
}