File: gcc-snapshot.prerm

package info (click to toggle)
gcc-10 10.2.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 112,096 kB
  • sloc: makefile: 2,446; sh: 993; python: 825; awk: 23; cpp: 14
file content (6 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#! /bin/sh -e

find /usr/lib/gcc-snapshot/share/python -name '*.py[co]' | xargs -r rm -f
find /usr/lib/gcc-snapshot/share/python -name __pycache__ -type d | xargs -r rm -rf

#DEBHELPER#