diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-15 15:34:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-15 15:34:58 -0300 |
commit | 97b43942fbe166cd7b0818e4f33f358a86070754 (patch) | |
tree | 42ba5617687baa27c7229113167d2803c0191be3 /debian/emacsen-remove.ex | |
parent | aaae5b25139dd4b40193ee4853ed5bbd1bd5846a (diff) | |
download | keyringer-97b43942fbe166cd7b0818e4f33f358a86070754.tar.gz keyringer-97b43942fbe166cd7b0818e4f33f358a86070754.tar.bz2 |
Removing unused debian templates
Diffstat (limited to 'debian/emacsen-remove.ex')
-rw-r--r-- | debian/emacsen-remove.ex | 15 |
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 |