blob: e1c1d5ea0fa6fa4509f5cb58f50ac9a74af57fb9 (
plain) (
tree)
|
|
post_upgrade() {
echo " updating the filename database..."
texconfig-sys rehash
echo " done."
}
post_remove() {
echo " updating the filename database..."
texconfig-sys rehash
echo " done."
}
|