summaryrefslogtreecommitdiffstats
path: root/lib/Debian/Debhelper/Sequence/movetousr.pm
blob: 4f81c551f2629fa620913c40d89eb6867b9d63e8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
# Enable dh_movetousr

use strict;
use warnings;

$ENV{DH_INTERNAL_MOVETOUSR_IS_ADDON} = '1';
insert_before('dh_installdeb', 'dh_movetousr');

1;