File: doc-base

package info (click to toggle)
cruft-ng 0.9.77
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,836 kB
  • sloc: cpp: 1,748; sh: 816; python: 233; makefile: 97; ansic: 82; perl: 75
file content (9 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

test -z "$CRUFT_ROOT" || exit 0

if [ -d /var/lib/doc-base/info ]
then
    find /var/lib/doc-base/info -mindepth 1 -maxdepth 1 -name '*.list' -print0 | xargs -r0 cat
fi