debian/emacsen-install.ex
changeset 1 b36b9eee9c41
parent 0 4bc43250587a
equal deleted inserted replaced
0:4bc43250587a 1:b36b9eee9c41
     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