summaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-03 20:27:20 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-03 20:27:20 +0000
commit0df1b49f3d256326e47ce8fa881062021eb4e59e (patch)
tree55af2e9f2366033be3259c3ead07e8783f6c014a /debian/postinst
parenta1039fb1cd26ec03494e75e66e638ad8e24c8508 (diff)
downloadmpv-0df1b49f3d256326e47ce8fa881062021eb4e59e.tar.bz2
mpv-0df1b49f3d256326e47ce8fa881062021eb4e59e.tar.xz
Juergen Kreileder changes, fixing some lintian errors, adding correct manpath and adding
xvidix to array of system-selectable drivers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4522 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian/postinst')
-rwxr-xr-xdebian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index bb9f201bfd..5653828639 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -4,7 +4,7 @@
require ConfHelper;
-use Debian::DebConf::Client::ConfModule qw(:all);
+use Debconf::Client::ConfModule qw(:all);
use IO::Handle;
use Fcntl;
my $version = version(1.0);