summaryrefslogtreecommitdiffstats
path: root/debian/python3-pyphen.postinst.debhelper
blob: 9fc1727e6d7bf5ba6d29f5903f3226232efc6616 (plain)
1
2
3
4
5
6
7

# Automatically added by dhpython:
if which py3compile >/dev/null 2>&1; then
	py3compile -p python3-pyphen -V 3.1-
fi

# End automatically added section