summaryrefslogtreecommitdiffstats
path: root/debian/extra/debhelper/bash_completion.pm
blob: 23c74ff9c5e33500a61902f0d532defe288d06da (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_installman", "dh_bash-completion");

1;