summaryrefslogtreecommitdiffstats
path: root/debian/gcc-snapshot.prerm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gcc-snapshot.prerm')
-rw-r--r--debian/gcc-snapshot.prerm6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/gcc-snapshot.prerm b/debian/gcc-snapshot.prerm
new file mode 100644
index 0000000..000148c
--- /dev/null
+++ b/debian/gcc-snapshot.prerm
@@ -0,0 +1,6 @@
+#! /bin/sh -e
+
+find /usr/lib/gcc-snapshot/share/gcc/python -name '*.py[co]' | xargs -r rm -f
+find /usr/lib/gcc-snapshot/share/gcc/python -name __pycache__ -type d | xargs -r rm -rf
+
+#DEBHELPER#