summaryrefslogtreecommitdiff
path: root/debian/coq.emacsen-remove
diff options
context:
space:
mode:
Diffstat (limited to 'debian/coq.emacsen-remove')
-rw-r--r--debian/coq.emacsen-remove15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/coq.emacsen-remove b/debian/coq.emacsen-remove
deleted file mode 100644
index 02b6392c..00000000
--- a/debian/coq.emacsen-remove
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-# /usr/lib/emacsen-common/packages/remove/coq
-
-FLAVOR=$1
-PACKAGE=coq
-
-if [ ${FLAVOR} != emacs ]; then
- if test -x /usr/sbin/install-info-altdir; then
- echo remove/${PACKAGE}: removing Info links for ${FLAVOR}
- install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/coq.info.gz
- fi
-
- echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
- rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
-fi