summarylogtreecommitdiffstats
path: root/texlive-aas_macros.install
diff options
context:
space:
mode:
authorJosiah Schwab2015-06-08 07:40:36 -0700
committerJosiah Schwab2015-06-08 07:40:36 -0700
commit8676950a19b63ef9b97e7df755da2e4b90cf3f00 (patch)
tree118ab85d7ee35e041542d7ac92295030ed4823e7 /texlive-aas_macros.install
downloadaur-8676950a19b63ef9b97e7df755da2e4b90cf3f00.tar.gz
Initial import
Diffstat (limited to 'texlive-aas_macros.install')
-rw-r--r--texlive-aas_macros.install14
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
+}