File: aspell_simple.pm

package info (click to toggle)
dictionaries-common 1.31.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,128 kB
  • sloc: lisp: 5,521; perl: 3,163; sh: 199; makefile: 179
file content (8 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_install", "dh_aspell-simple");

1;