diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-03-05 07:55:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-03-05 07:55:23 +0100 |
commit | 221820a960bb8741a9ef029b1741a5f581cd1c25 (patch) | |
tree | f5e2ada2282cb1af4b42f92e6d69c5a65e38852b /latex-fitch/fitch.install | |
parent | adopt texlive-flashcards (diff) | |
download | aur-packages-221820a960bb8741a9ef029b1741a5f581cd1c25.tar.gz aur-packages-221820a960bb8741a9ef029b1741a5f581cd1c25.tar.bz2 aur-packages-221820a960bb8741a9ef029b1741a5f581cd1c25.tar.xz |
adopt latex-fitch
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | latex-fitch/fitch.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/latex-fitch/fitch.install b/latex-fitch/fitch.install new file mode 100644 index 0000000..e1c1d5e --- /dev/null +++ b/latex-fitch/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." +} |