mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
15 lines
298 B
Text
15 lines
298 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
|
||
|
}
|