equal
deleted
inserted
replaced
1 #! /bin/sh -e |
1 #! /bin/sh -e |
2 # /usr/lib/emacsen-common/packages/install/ha-config |
2 # /usr/lib/emacsen-common/packages/install/ha-sync |
3 |
3 |
4 # Written by Jim Van Zandt <jrv@debian.org>, borrowing heavily |
4 # Written by Jim Van Zandt <jrv@debian.org>, borrowing heavily |
5 # from the install scripts for gettext by Santiago Vila |
5 # from the install scripts for gettext by Santiago Vila |
6 # <sanvila@ctv.es> and octave by Dirk Eddelbuettel <edd@debian.org>. |
6 # <sanvila@ctv.es> and octave by Dirk Eddelbuettel <edd@debian.org>. |
7 |
7 |
8 FLAVOR=$1 |
8 FLAVOR=$1 |
9 PACKAGE=ha-config |
9 PACKAGE=ha-sync |
10 |
10 |
11 if [ ${FLAVOR} = emacs ]; then exit 0; fi |
11 if [ ${FLAVOR} = emacs ]; then exit 0; fi |
12 |
12 |
13 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} |
13 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} |
14 |
14 |