File: ccache.postinst

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 (8 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#!/bin/sh

set -eu

echo "Updating symlinks in /usr/lib/ccache ..."
update-ccache-symlinks

#DEBHELPER#