summarylogtreecommitdiffstats
path: root/texlive.install
diff options
context:
space:
mode:
authorJan Oliver Oelerich2015-06-09 08:49:44 +0200
committerJan Oliver Oelerich2015-06-09 08:49:44 +0200
commit671006c529c89e0788f2f8ed3fec0720251a812b (patch)
tree196c55e05ef9209afe82042ec68ec8c482a02a5c /texlive.install
downloadaur-671006c529c89e0788f2f8ed3fec0720251a812b.tar.gz
initial commit
Diffstat (limited to 'texlive.install')
-rw-r--r--texlive.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/texlive.install b/texlive.install
new file mode 100644
index 000000000000..6b32f29f92da
--- /dev/null
+++ b/texlive.install
@@ -0,0 +1,17 @@
+# $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
+}