diff options
Diffstat (limited to 'dh_installmime')
-rwxr-xr-x | dh_installmime | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dh_installmime b/dh_installmime index 232ddc19..0dbc08b4 100755 --- a/dh_installmime +++ b/dh_installmime @@ -1,7 +1,8 @@ #!/usr/bin/perl -w +# +# Mime support. -BEGIN { push @INC, "debian", "/usr/lib/debhelper" } -use Dh_Lib; +use Debian::Debhelper::Dh_Lib; init(); foreach $PACKAGE (@{$dh{DOPACKAGES}}) { |