core/r/r.install
Samir 348d542db8 libpng group: update/rebuild platform
will commit them separately next time... it's just too much work to do separate commits right now
2013-07-27 16:51:03 +00:00

16 lines
260 B
Plaintext

post_install() {
update-desktop-database -q
if [[ -x /usr/bin/mktexlsr ]]; then
echo ">>> updating the filename database for texlive..."
mktexlsr --quiet usr/share/texmf
fi
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}