File: racket-common.install

package info (click to toggle)
racket 8.18%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168,924 kB
  • sloc: ansic: 305,985; lisp: 212,340; pascal: 80,096; sh: 20,464; asm: 15,251; makefile: 1,750; cpp: 1,715; javascript: 1,340; exp: 789; python: 452; csh: 369; perl: 171; xml: 106
file content (9 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
echo "usr/include"
find debian/tmp/usr/share/racket/collects -type f -not -name "*.zo" -not -name "*.dep"
find debian/tmp/usr/share/racket/pkgs -type f -not -name "*.zo" -not -name "*.dep"
echo "usr/share/doc/racket/release"
echo "usr/share/racket/links.rktd"
echo "usr/share/racket/shares.rktd"
echo "usr/share/racket/info-cache.rktd"
echo "usr/share/man"