summaryrefslogtreecommitdiff
path: root/debian/xine.pm
blob: 81abf05a67193fc533b4a5cbbd43347c33e6da7c (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

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

insert_after("dh_shlibdeps", "dh_xine");

1;