File: gcc-snapshot.prerm

package info (click to toggle)
gcc-14 14.2.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120,100 kB
  • sloc: makefile: 2,679; python: 1,036; sh: 945; awk: 23; perl: 18; cpp: 14
file content (6 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (26)
1
2
3
4
5
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#