diff options
author | aksr | 2015-06-23 11:29:27 +0200 |
---|---|---|
committer | aksr | 2015-06-23 11:29:27 +0200 |
commit | 37b0258626689251b64089c02cedf32c23fb75da (patch) | |
tree | bb0cdbc0360417cc792e1d6bc63d55099fd735d3 /nuweb.install | |
download | aur-37b0258626689251b64089c02cedf32c23fb75da.tar.gz |
Start.
Diffstat (limited to 'nuweb.install')
-rw-r--r-- | nuweb.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nuweb.install b/nuweb.install new file mode 100644 index 000000000000..30ac7def4c45 --- /dev/null +++ b/nuweb.install @@ -0,0 +1,6 @@ +post_upgrade() { + echo ">>> texlive: updating the filename database..." + usr/bin/mktexlsr + echo " done." +} + |