Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
usr
/
share
/
perl5
/
Debian
/
Debhelper
/
Sequence
/
//usr/share/perl5/Debian/Debhelper/Sequence/python2.pm
#! /usr/bin/perl # debhelper sequence file for dh_python2 use warnings; use strict; use Debian::Debhelper::Dh_Lib; insert_before("dh_installinit", "dh_python2"); remove_command("dh_pycentral"); remove_command("dh_pysupport"); 1