File: localepurge

package info (click to toggle)
rootstrap 0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 116 kB
  • ctags: 37
  • sloc: python: 126; makefile: 68; sh: 59
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

for k in $keep; do
    opts="$opts ! -name $k"
done

find $TARGET/usr/share/locale -maxdepth 1 -mindepth 1 $opts \
    | xargs --no-run-if-empty rm -rf