summaryrefslogtreecommitdiff
path: root/dh_installdebconf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdebconf')
-rwxr-xr-xdh_installdebconf3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_installdebconf b/dh_installdebconf
index 489db99a..03ac2357 100755
--- a/dh_installdebconf
+++ b/dh_installdebconf
@@ -2,8 +2,7 @@
#
# Integration with debconf.
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
foreach $PACKAGE (@{$dh{DOPACKAGES}}) {