File: ingerman.config.in

package info (click to toggle)
igerman98 20091006-4.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,372 kB
  • ctags: 74
  • sloc: perl: 938; sh: 574; makefile: 558; sed: 32
file content (11 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl -w

#DEBHELPER#

if ( $ARGV[0] eq "reconfigure" ){
    my $flag_file = "/var/lib/ispell/ngerman.compat";
    open (REC_FLAG,"> $flag_file") 
	or die "Could not open $flag_file for writing\n";
    print REC_FLAG "0";
    close REC_FLAG;
}