diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-11 07:55:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-11 07:55:26 +0200 |
commit | e883adb7307caa4645275c8e2f5586cad64f6f2d (patch) | |
tree | 0ac1fc04bd0d98204555fe3f2585a068e0965459 /latex-fitch-uoo/fitch.install | |
parent | new pkgbuild for latex-fitch using mirrored source (diff) | |
download | aur-packages-e883adb7307caa4645275c8e2f5586cad64f6f2d.tar.gz aur-packages-e883adb7307caa4645275c8e2f5586cad64f6f2d.tar.bz2 aur-packages-e883adb7307caa4645275c8e2f5586cad64f6f2d.tar.xz |
add alternative latex fitch package
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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." +} |