aboutsummaryrefslogtreecommitdiffstats
path: root/latex-fitch/fitch.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-03-05 07:55:23 +0100
committerMattias Andrée <maandree@operamail.com>2013-03-05 07:55:23 +0100
commit221820a960bb8741a9ef029b1741a5f581cd1c25 (patch)
treef5e2ada2282cb1af4b42f92e6d69c5a65e38852b /latex-fitch/fitch.install
parentadopt texlive-flashcards (diff)
downloadaur-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.install11
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."
+}