diff options
author | Josiah Schwab | 2015-06-08 07:40:36 -0700 |
---|---|---|
committer | Josiah Schwab | 2015-06-08 07:40:36 -0700 |
commit | 8676950a19b63ef9b97e7df755da2e4b90cf3f00 (patch) | |
tree | 118ab85d7ee35e041542d7ac92295030ed4823e7 /texlive-aas_macros.install | |
download | aur-8676950a19b63ef9b97e7df755da2e4b90cf3f00.tar.gz |
Initial import
Diffstat (limited to 'texlive-aas_macros.install')
-rw-r--r-- | texlive-aas_macros.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/texlive-aas_macros.install b/texlive-aas_macros.install new file mode 100644 index 000000000000..afa1e6419b2b --- /dev/null +++ b/texlive-aas_macros.install @@ -0,0 +1,14 @@ +post_install() { + post_remove + echo "The file was installed in:" + kpsewhich aas_macros.sty +} + +post_upgrade() { + post_install +} + +post_remove() { + echo "Upgrading package database..." + mktexlsr +} |