summarylogtreecommitdiffstats
path: root/thesis.install
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.install')
-rw-r--r--thesis.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/thesis.install b/thesis.install
deleted file mode 100644
index a86478bd65c7..000000000000
--- a/thesis.install
+++ /dev/null
@@ -1,14 +0,0 @@
-# arg 1: the new package version
-post_install() {
- texconfig-sys rehash
-}
-
-post_upgrade() {
- texconfig-sys rehash
-}
-
-op=$1
-shift
-[ "$(type -t "$op")" = "function" ] && $op "$@"
-
-# vim:set ts=2 sw=2 et: