summarylogtreecommitdiffstats
path: root/abntex.install
diff options
context:
space:
mode:
Diffstat (limited to 'abntex.install')
-rw-r--r--abntex.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/abntex.install b/abntex.install
new file mode 100644
index 000000000000..aab5fac4d250
--- /dev/null
+++ b/abntex.install
@@ -0,0 +1,17 @@
+# arg 1: the new package version
+post_install() {
+ texconfig-sys rehash
+ updmap-sys --quiet --nohash
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install
+}
+
+# arg 1: the old package version
+post_remove() {
+ post_install
+}
+