summaryrefslogtreecommitdiffstats
path: root/debian/prerm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/prerm')
-rw-r--r--debian/prerm6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/prerm b/debian/prerm
new file mode 100644
index 0000000..e02210d
--- /dev/null
+++ b/debian/prerm
@@ -0,0 +1,6 @@
+#! /bin/sh
+set -e
+
+#DEBHELPER#
+
+find /usr/share/dh-python/ -type d -name __pycache__ -empty -print0 | xargs --null --no-run-if-empty rmdir