summarylogtreecommitdiffstats
path: root/package.install
diff options
context:
space:
mode:
authorTarn Burton2017-01-04 16:01:53 -0500
committerTarn Burton2017-01-04 16:01:53 -0500
commit6693c3848c39be544ee8de6cb3b86e1af3f5fed0 (patch)
tree1adf2176842622df5802c0adf745e2c8982f41bb /package.install
downloadaur-6693c3848c39be544ee8de6cb3b86e1af3f5fed0.tar.gz
Initial commit
Diffstat (limited to 'package.install')
-rw-r--r--package.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.install b/package.install
new file mode 100644
index 000000000000..bcc3dee5aab4
--- /dev/null
+++ b/package.install
@@ -0,0 +1,11 @@
+post_install() {
+ mktexlsr
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}