summarylogtreecommitdiffstats
path: root/texlive.install
diff options
context:
space:
mode:
authora8212023-11-24 13:35:39 +0100
committera8212023-11-24 13:37:25 +0100
commit4e2482e86ffdf5ded133364591fba6b678513cc5 (patch)
tree4eec85cdadf91460e025ae808de07f36f9a0a09f /texlive.install
parent983c9440d27da711e7dce594964d5592d17a8f29 (diff)
downloadaur-4e2482e86ffdf5ded133364591fba6b678513cc5.tar.gz
Fix PKBUILD
* Put the files in the correct dirs * Fix dependencies * Put extra files in "docs" * Remove unneeded `install` file (pacman hooks takes care) * Remove empty vars and quote "$pkgdir"
Diffstat (limited to 'texlive.install')
-rw-r--r--texlive.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/texlive.install b/texlive.install
deleted file mode 100644
index 6b32f29f92da..000000000000
--- a/texlive.install
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id: texlive.install 149 2009-04-30 00:46:23Z shtrom $
-# Taken from texlive-publishers
-
-post_install() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
-}
-
-post_upgrade() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
-}
-
-post_remove() {
- echo ">>> texlive: updating the filename database..."
- texconfig-sys rehash
-}