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

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

# End automatically added section