summarylogtreecommitdiffstats
path: root/texlive-kufront-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-kufront-git.install')
-rw-r--r--texlive-kufront-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/texlive-kufront-git.install b/texlive-kufront-git.install
new file mode 100644
index 000000000000..b0ee1cbef357
--- /dev/null
+++ b/texlive-kufront-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ post_remove
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ mktexlsr
+}