summaryrefslogtreecommitdiffstats
path: root/debian/prerm
blob: e02210d83094a767763fece63063ce1e934c5431 (plain)
1
2
3
4
5
6
#! /bin/sh
set -e

#DEBHELPER#

find /usr/share/dh-python/ -type d -name __pycache__ -empty -print0 | xargs --null --no-run-if-empty rmdir