summarylogtreecommitdiffstats
path: root/lyluatex.install
diff options
context:
space:
mode:
Diffstat (limited to 'lyluatex.install')
-rw-r--r--lyluatex.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/lyluatex.install b/lyluatex.install
deleted file mode 100644
index 64fed1273ce8..000000000000
--- a/lyluatex.install
+++ /dev/null
@@ -1,18 +0,0 @@
-# Maintainer: Anthony VanBerkum <anthonyvbop AT gmail DOT com>
-
-post_install() {
- _tex_update
-}
-
-post_upgrade() {
- _tex_update
-}
-
-post_remove() {
- _tex_update
-}
-
-_tex_update() {
- echo "Updating TeX database..."
- mktexlsr
-}