diff options
author | lado <herrlado@gmail.com> | 2011-11-11 15:47:12 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-11 15:47:12 +0100 |
commit | 9ce19fcb7163c4d953908316bca93f2de08e2773 (patch) | |
tree | 3af329f665d323c79162ebae54caff3b52a0066e /vdr-vdrmanager/debian/emacsen-remove.ex | |
parent | 90115e202977533111cbaa80f7c134297e64654a (diff) | |
download | vdr-manager-9ce19fcb7163c4d953908316bca93f2de08e2773.tar.gz vdr-manager-9ce19fcb7163c4d953908316bca93f2de08e2773.tar.bz2 |
current runv0.3.0_v0.4
Diffstat (limited to 'vdr-vdrmanager/debian/emacsen-remove.ex')
-rw-r--r-- | vdr-vdrmanager/debian/emacsen-remove.ex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vdr-vdrmanager/debian/emacsen-remove.ex b/vdr-vdrmanager/debian/emacsen-remove.ex index 0cd43da..304e9a2 100644 --- a/vdr-vdrmanager/debian/emacsen-remove.ex +++ b/vdr-vdrmanager/debian/emacsen-remove.ex @@ -1,13 +1,13 @@ #!/bin/sh -e -# /usr/lib/emacsen-common/packages/remove/vdr-plugin-vdr-vdrmanager +# /usr/lib/emacsen-common/packages/remove/vdr-plugin-vdrmanager FLAVOR=$1 -PACKAGE=vdr-plugin-vdr-vdrmanager +PACKAGE=vdr-plugin-vdrmanager 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/vdr-plugin-vdr-vdrmanager.info.gz + install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/share/info/vdr-plugin-vdrmanager.info.gz fi echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} |