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-install.ex | |
parent | c5a8269ecc2f2e8ee5e862cd5ac1cd2bd868037d (diff) | |
download | vdr-manager-afb0d34f9528adf9ae8f22a5aa19ff722deb213c.tar.gz vdr-manager-afb0d34f9528adf9ae8f22a5aa19ff722deb213c.tar.bz2 |
debianize plugin
Diffstat (limited to 'vdr-vdrmanager/debian/emacsen-install.ex')
-rw-r--r-- | vdr-vdrmanager/debian/emacsen-install.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr-vdrmanager/debian/emacsen-install.ex b/vdr-vdrmanager/debian/emacsen-install.ex index 26118ad..56140a2 100644 --- a/vdr-vdrmanager/debian/emacsen-install.ex +++ b/vdr-vdrmanager/debian/emacsen-install.ex @@ -1,12 +1,12 @@ #! /bin/sh -e -# /usr/lib/emacsen-common/packages/install/vdr-plugin-vdrmanager +# /usr/lib/emacsen-common/packages/install/vdr-plugin-vdr-vdrmanager # Written by Jim Van Zandt <jrv@debian.org>, borrowing heavily # from the install scripts for gettext by Santiago Vila # <sanvila@ctv.es> and octave by Dirk Eddelbuettel <edd@debian.org>. FLAVOR=$1 -PACKAGE=vdr-plugin-vdrmanager +PACKAGE=vdr-plugin-vdr-vdrmanager if [ ${FLAVOR} = emacs ]; then exit 0; fi |