summarylogtreecommitdiffstats
path: root/texlive-moderncv-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-moderncv-git.install')
-rw-r--r--texlive-moderncv-git.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/texlive-moderncv-git.install b/texlive-moderncv-git.install
deleted file mode 100644
index 65c3081c56f8..000000000000
--- a/texlive-moderncv-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- echo ">>> texlive: updating the filename database..."
- /usr/bin/mktexlsr
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}