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