summarylogtreecommitdiffstats
path: root/texlive.install
diff options
context:
space:
mode:
authorDevin J. Pohly2015-07-02 13:53:26 -0400
committerDevin J. Pohly2015-07-02 13:53:26 -0400
commit1039658fc778596bf88f65a90179e0fd21815f9d (patch)
tree913257fe04987c76ff525cfeaa0c55ada197ee14 /texlive.install
downloadaur-1039658fc778596bf88f65a90179e0fd21815f9d.tar.gz
Import from AUR3
Diffstat (limited to 'texlive.install')
-rw-r--r--texlive.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/texlive.install b/texlive.install
new file mode 100644
index 000000000000..c92b88262d02
--- /dev/null
+++ b/texlive.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ">>> texlive: updating the filename database..."
+ /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}