debian/emacsen-remove.ex
changeset 1 b36b9eee9c41
parent 0 4bc43250587a
--- a/debian/emacsen-remove.ex	Fri Nov 17 10:15:27 2006 +0000
+++ b/debian/emacsen-remove.ex	Fri Nov 17 21:32:29 2006 +0000
@@ -1,13 +1,13 @@
 #!/bin/sh -e
-# /usr/lib/emacsen-common/packages/remove/ha-config
+# /usr/lib/emacsen-common/packages/remove/ha-sync
 
 FLAVOR=$1
-PACKAGE=ha-config
+PACKAGE=ha-sync
 
 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/info/ha-config.info.gz
+        install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/ha-sync.info.gz
     fi
 
     echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}