diff options
Diffstat (limited to 'latex-fitch-uoo/fitch.install')
-rw-r--r-- | latex-fitch-uoo/fitch.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/latex-fitch-uoo/fitch.install b/latex-fitch-uoo/fitch.install new file mode 100644 index 0000000..e1c1d5e --- /dev/null +++ b/latex-fitch-uoo/fitch.install @@ -0,0 +1,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." +} |