summarylogtreecommitdiffstats
path: root/texlive-moderncv-git.install
diff options
context:
space:
mode:
authorFernando Cladera2015-10-02 10:11:17 -0300
committerFernando Cladera2015-10-02 10:11:17 -0300
commita8534441be8b0a8441ecd247d7fe9b23a48ab700 (patch)
tree5b65f6cb930f680df5d64fe409a7f2b63814ea19 /texlive-moderncv-git.install
downloadaur-a8534441be8b0a8441ecd247d7fe9b23a48ab700.tar.gz
First commit
Diffstat (limited to 'texlive-moderncv-git.install')
-rw-r--r--texlive-moderncv-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/texlive-moderncv-git.install b/texlive-moderncv-git.install
new file mode 100644
index 000000000000..65c3081c56f8
--- /dev/null
+++ b/texlive-moderncv-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ">>> texlive: updating the filename database..."
+ /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}