diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-09-16 08:14:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-09-16 08:14:32 +0000 |
commit | 3f31e62065de3c16ba639716de4ce8391e169aa5 (patch) | |
tree | 3a034bcaff738beaf302e4f0302e316379aaa75e /perl-install | |
parent | 888d12be116a411b458120463c124dca65dd6b31 (diff) | |
download | drakx-3f31e62065de3c16ba639716de4ce8391e169aa5.tar drakx-3f31e62065de3c16ba639716de4ce8391e169aa5.tar.gz drakx-3f31e62065de3c16ba639716de4ce8391e169aa5.tar.bz2 drakx-3f31e62065de3c16ba639716de4ce8391e169aa5.tar.xz drakx-3f31e62065de3c16ba639716de4ce8391e169aa5.zip |
add as a comment the "convert" command
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/draksplash2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/draksplash2 b/perl-install/standalone/draksplash2 index c2a87e1b0..38bb464d3 100644 --- a/perl-install/standalone/draksplash2 +++ b/perl-install/standalone/draksplash2 @@ -1,5 +1,7 @@ #!/usr/bin/perl +#- convert in.png -colors 128 -treedepth 6 -dither out.gif + use strict; use lib '/usr/lib/libDrakX'; |