summaryrefslogtreecommitdiff
path: root/debian/emacsen-remove.ex
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-15 15:34:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-15 15:34:58 -0300
commit97b43942fbe166cd7b0818e4f33f358a86070754 (patch)
tree42ba5617687baa27c7229113167d2803c0191be3 /debian/emacsen-remove.ex
parentaaae5b25139dd4b40193ee4853ed5bbd1bd5846a (diff)
downloadkeyringer-97b43942fbe166cd7b0818e4f33f358a86070754.tar.gz
keyringer-97b43942fbe166cd7b0818e4f33f358a86070754.tar.bz2
Removing unused debian templates
Diffstat (limited to 'debian/emacsen-remove.ex')
-rw-r--r--debian/emacsen-remove.ex15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/emacsen-remove.ex b/debian/emacsen-remove.ex
deleted file mode 100644
index 62b90e5..0000000
--- a/debian/emacsen-remove.ex
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-# /usr/lib/emacsen-common/packages/remove/keyringer
-
-FLAVOR=$1
-PACKAGE=keyringer
-
-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/share/info/keyringer.info.gz
- fi
-
- echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
- rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
-fi