summarylogtreecommitdiffstats
path: root/lyluatex.install
diff options
context:
space:
mode:
authorAnthony VB2019-09-07 14:17:03 -0400
committerAnthony VB2019-09-07 14:17:03 -0400
commit04c32687eb865d3c44d4ee4a79af142cb4f301f8 (patch)
treeed70861a91ab7998cb12662974c83d18697dcf70 /lyluatex.install
parente09039a92e0ad89b5dd2a8bd506d986792bbb4d9 (diff)
downloadaur-04c32687eb865d3c44d4ee4a79af142cb4f301f8.tar.gz
Add github url to PKGBUILD.
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
-}