summarylogtreecommitdiffstats
path: root/latex-mathabx.install
diff options
context:
space:
mode:
authormschubert2015-06-12 12:08:16 +0100
committermschubert2015-06-12 12:08:16 +0100
commit1764619737f6abdf3f6022ed0c6660638a99593a (patch)
treeae1d247f45f489e9ba84d841a43124eb3564d047 /latex-mathabx.install
downloadaur-1764619737f6abdf3f6022ed0c6660638a99593a.tar.gz
Initial import
Diffstat (limited to 'latex-mathabx.install')
-rw-r--r--latex-mathabx.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/latex-mathabx.install b/latex-mathabx.install
new file mode 100644
index 000000000000..47445e33c217
--- /dev/null
+++ b/latex-mathabx.install
@@ -0,0 +1,13 @@
+post_install() {
+ mktexlsr
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+