+debhelper (1.1.18) unstable; urgency=low
+
+ * dh_installemacsen: substitute package name for #PACKAGE# when setting
+ up postinst and prerm (#26560).
+
+ -- Joey Hess <joeyh@master.debian.org> Tue, 8 Sep 1998 14:24:30 -0700
+
debhelper (1.1.17) unstable; urgency=low
* dh_strip: on Richard Braakman's advice, strip the .comment and .note
if [ "$emacsen_install" -o "$emacsen_remove" ]; then
if [ ! "$DH_NOSCRIPTS" ]; then
- autoscript "postinst" "postinst-emacsen"
- autoscript "prerm" "prerm-emacsen"
+ autoscript "postinst" "postinst-emacsen" \
+ "s/#PACKAGE#/$PACKAGE/"
+ autoscript "prerm" "prerm-emacsen" \
+ "s/#PACKAGE#/$PACKAGE/"
fi
fi
done