mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
15 lines
299 B
Text
15 lines
299 B
Text
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
|
|
}
|
|
|