summarylogtreecommitdiffstats
path: root/texlive-acrotex.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-acrotex.install')
-rw-r--r--texlive-acrotex.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/texlive-acrotex.install b/texlive-acrotex.install
new file mode 100644
index 000000000000..1b335f411729
--- /dev/null
+++ b/texlive-acrotex.install
@@ -0,0 +1,13 @@
+post_install() {
+ post_remove
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "Upgrading package database..."
+ mktexlsr
+}
+