From 72599080d27c01b52e5de50638ce82f6fc5695e8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Dec 2009 13:26:48 -0500 Subject: [PATCH] reorder --scripts --- alien.pl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/alien.pl b/alien.pl index a802166..dbbb32b 100755 --- a/alien.pl +++ b/alien.pl @@ -127,6 +127,16 @@ Like B<-g>, but do not generate the packagename.orig directory. This is only useful when you are very low on disk space and are generating a debian package. +=item B<-c>, B<--scripts> + +Try to convert the scripts that are meant to be run when the +package is installed and removed. Use this with caution, because these +scripts might be designed to work on a system unlike your own, and could +cause problems. It is recommended that you examine the scripts by hand +and check to see what they do before using this option. + +This is enabled by default when converting from lsb packages. + =item B<--patch=>I Specify the patch to be used instead of automatically looking the patch up @@ -156,16 +166,6 @@ information. Note that without an argument, this displays the version of B instead. -=item B<-c>, B<--scripts> - -Try to convert the scripts that are meant to be run when the -package is installed and removed. Use this with caution, because these -scripts might be designed to work on a system unlike your own, and could -cause problems. It is recommended that you examine the scripts by hand -and check to see what they do before using this option. - -This is enabled by default when converting from lsb packages. - =item B<-T>, B<--test> Test the generated packages. Currently this is only supported for debian