summaryrefslogtreecommitdiff
path: root/debian/python3-sh.prerm.debhelper
blob: 904eba48edf7e3b3e1b4b1ec2d5ebbcb26f3f8ad (plain)
1
2
3
4
5
6
7

# Automatically added by dh_python3:
if which py3clean >/dev/null 2>&1; then
	py3clean -p python3-sh 
fi

# End automatically added section