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;