/usr/bin/select-default-iwrap is in dictionaries-common 1.26.3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | #!/usr/bin/perl -w
use Debian::DictionariesCommon q(setuserdefault);
setuserdefault ();
__END__
=head1 NAME
B<select-default-iwrap> - Selects the user default ispell dictionary for use
with ispell-wrapper
=head1 SYNOPSIS
select-default-iwrap
=head1 DESCRIPTION
Selects the user default ispell dictionary for use
with ispell-wrapper, putting the selected value
in F<~/.ispell-default>.
=head1 SEE ALSO
ispell-wrapper(1)
=head1 AUTHORS
Rafael Laboissiere
=cut
|