diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 22:49:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 22:49:22 -0400 |
commit | 4f8a46b36e961d1a64d466a63f3a7ef6c90bafe2 (patch) | |
tree | 5bbb9dde41b2c9d87c7b544e7e3adeded0b7863d /dh_installemacsen | |
parent | 28f84cd5c972f683506bee5f201cd93a2c09ee56 (diff) | |
download | debhelper-4f8a46b36e961d1a64d466a63f3a7ef6c90bafe2.tar.gz |
dh_prep: New program, does the same as dh_clean -k (which will be deprecated later).
Diffstat (limited to 'dh_installemacsen')
-rwxr-xr-x | dh_installemacsen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installemacsen b/dh_installemacsen index a9227ac2..ca0feb6a 100755 --- a/dh_installemacsen +++ b/dh_installemacsen @@ -53,7 +53,7 @@ Sets the flavor a site-start.d file will be installed in. Default is =head1 NOTES -Note that this command is not idempotent. "dh_clean -k" should be called +Note that this command is not idempotent. L<dh_prep(1)> should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts. |