#!/bin/bash
# Copyright (C) 2000-2018 Synology Inc. All rights reserved.

. "$(dirname "$0")"/common

# Bug tracker Python3 #29
rm -rf /usr/local/lib/python-3.x

rm -rf "$OLD_TARGET_INC" \
	"$TARGET_LIB"/libpython3* \
	"$TARGET_BIN"/python3* \
	"/usr/bin"/python3* \
	"$LIB_PYTHON"

exit 0
