blob: e1c1d5ea0fa6fa4509f5cb58f50ac9a74af57fb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
post_upgrade() {
echo " updating the filename database..."
texconfig-sys rehash
echo " done."
}
post_remove() {
echo " updating the filename database..."
texconfig-sys rehash
echo " done."
}
|