File: tex.pm

package info (click to toggle)
tex-common 5.03
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,540 kB
  • ctags: 160
  • sloc: sh: 1,244; perl: 379; lisp: 276; python: 272; makefile: 160; sed: 4
file content (10 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
# debhelper sequence file for tex-common script

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_link", "dh_installtex");

1;