To get this branch, use:
bzr branch
http://bzr.recompile.se/loggerhead/mandos/trunk
« back to all changes in this revision
Viewing changes to debian/mandos-client.postrm
-
Committer:
Teddy Hogeborn
-
Date:
2008-09-19 16:04:11 UTC
-
Revision ID:
teddy@fukt.bsnet.se-20080919160411-9xeasm77gx5xpfqo
* Makefile (install-server): Only do update-rc.d if $(DESTDIR) is
empty.
* debian/control (Source: mandos): Do not depend on "docbook";
"docbook-xsl" is enough.
Show diffs side-by-side
added
removed
30
30
# Update the initramfs
33
if which update-initramfs >/dev/null 2>&1; then
33
if type update-initramfs >/dev/null 2>&1 ; then
34
update-initramfs -u -k all