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

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

# End automatically added section