diff options
author | lado <herrlado@gmail.com> | 2011-11-11 15:13:41 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-11 15:13:41 +0100 |
commit | afb0d34f9528adf9ae8f22a5aa19ff722deb213c (patch) | |
tree | 157a1ab5b27f27d2a7b3b8c982be408985ae7a3b /vdr-vdrmanager/debian/emacsen-remove.ex | |
parent | c5a8269ecc2f2e8ee5e862cd5ac1cd2bd868037d (diff) | |
download | vdr-manager-afb0d34f9528adf9ae8f22a5aa19ff722deb213c.tar.gz vdr-manager-afb0d34f9528adf9ae8f22a5aa19ff722deb213c.tar.bz2 |
debianize plugin
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 304e9a2..0cd43da 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-vdrmanager +# /usr/lib/emacsen-common/packages/remove/vdr-plugin-vdr-vdrmanager FLAVOR=$1 -PACKAGE=vdr-plugin-vdrmanager +PACKAGE=vdr-plugin-vdr-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-vdrmanager.info.gz + install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/share/info/vdr-plugin-vdr-vdrmanager.info.gz fi echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} |