File: ccache.prerm

package info (click to toggle)
ccache 4.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,192 kB
  • sloc: cpp: 47,336; asm: 28,570; sh: 8,709; ansic: 5,357; python: 685; perl: 68; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
#!/bin/sh

set -eu

rm -f /usr/lib/ccache/* 2>/dev/null || true

#DEBHELPER#