aboutsummaryrefslogtreecommitdiffstats
path: root/latex-fitch/source/fitch.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-11 07:35:35 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-11 07:35:35 +0200
commit7261fbec1ce8dcb9bb7a0df85779926cae6e5b37 (patch)
treef3ba05298e61d31e1cfa2be7bd78b9bcf7e56cb1 /latex-fitch/source/fitch.install
parentadd the source for latex-fitch as the upstream is not longer available (diff)
downloadaur-packages-7261fbec1ce8dcb9bb7a0df85779926cae6e5b37.tar.gz
aur-packages-7261fbec1ce8dcb9bb7a0df85779926cae6e5b37.tar.bz2
aur-packages-7261fbec1ce8dcb9bb7a0df85779926cae6e5b37.tar.xz
new pkgbuild for latex-fitch using mirrored source
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'latex-fitch/source/fitch.install')
-rw-r--r--latex-fitch/source/fitch.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/latex-fitch/source/fitch.install b/latex-fitch/source/fitch.install
new file mode 100644
index 0000000..e1c1d5e
--- /dev/null
+++ b/latex-fitch/source/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."
+}