summarylogtreecommitdiffstats
path: root/pgfplots.install
diff options
context:
space:
mode:
Diffstat (limited to 'pgfplots.install')
-rw-r--r--pgfplots.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pgfplots.install b/pgfplots.install
new file mode 100644
index 000000000000..c39937aa6eb0
--- /dev/null
+++ b/pgfplots.install
@@ -0,0 +1,12 @@
+post_install(){
+ /usr/bin/texhash
+ /bin/true
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}