summarylogtreecommitdiffstats
path: root/texlive-aas_macros.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-aas_macros.install')
-rw-r--r--texlive-aas_macros.install14
1 files changed, 8 insertions, 6 deletions
diff --git a/texlive-aas_macros.install b/texlive-aas_macros.install
index afa1e6419b2b..78b968edf028 100644
--- a/texlive-aas_macros.install
+++ b/texlive-aas_macros.install
@@ -1,14 +1,16 @@
+update_db() {
+ echo "Upgrading package database..."
+ mktexlsr
+}
+
post_install() {
- post_remove
- echo "The file was installed in:"
- kpsewhich aas_macros.sty
+ update_db
}
post_upgrade() {
- post_install
+ update_db
}
post_remove() {
- echo "Upgrading package database..."
- mktexlsr
+ update_db
}