summarylogtreecommitdiffstats
path: root/texlive-sbc-bookchapter.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-sbc-bookchapter.install')
-rw-r--r--texlive-sbc-bookchapter.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/texlive-sbc-bookchapter.install b/texlive-sbc-bookchapter.install
deleted file mode 100644
index aab5fac4d250..000000000000
--- a/texlive-sbc-bookchapter.install
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}
-