summarylogtreecommitdiffstats
path: root/texlive-pgfopts.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-pgfopts.install')
-rw-r--r--texlive-pgfopts.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/texlive-pgfopts.install b/texlive-pgfopts.install
new file mode 100644
index 000000000000..aee37979c956
--- /dev/null
+++ b/texlive-pgfopts.install
@@ -0,0 +1,14 @@
+post_install() {
+ post_remove
+ echo "The file was installed in:"
+ kpsewhich tikz-uml.sty
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "Upgrading package database..."
+ mktexlsr
+}