summaryrefslogtreecommitdiff
path: root/debian/python3-sh/DEBIAN/postinst
blob: 67c36cc15517c6b25fc4af0b714d1d21f2628687 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

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

# End automatically added section