summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/emacsen-remove.ex
diff options
context:
space:
mode:
authork clair <kclair@riseup.net>2012-10-09 12:24:40 -0700
committerk clair <kclair@riseup.net>2012-10-09 12:24:40 -0700
commit7868a869fda3e28230c19abc492057cc91b84902 (patch)
treea2dd1bac94e81bfdbd8898c34d0a65c24ba78600 /gnutls-1.1.9/debian/emacsen-remove.ex
parent780031761fca27881272e6c986a265bea7ef9aae (diff)
remove debian packaging files from master branch. master should only have the source files and the README
Diffstat (limited to 'gnutls-1.1.9/debian/emacsen-remove.ex')
-rw-r--r--gnutls-1.1.9/debian/emacsen-remove.ex15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnutls-1.1.9/debian/emacsen-remove.ex b/gnutls-1.1.9/debian/emacsen-remove.ex
deleted file mode 100644
index 2599e78..0000000
--- a/gnutls-1.1.9/debian/emacsen-remove.ex
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-# /usr/lib/emacsen-common/packages/remove/python-gnutls
-
-FLAVOR=$1
-PACKAGE=python-gnutls
-
-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/python-gnutls.info.gz
- fi
-
- echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
- rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
-fi