source: trunk/debirf/fs/usr/share/debirf/plugins/z0_remove-locales @ 778

Last change on this file since 778 was 778, checked in by jrollins, 6 years ago

debirf: see changelog (moved to GPLv3)

  • Property svn:executable set to *
File size: 395 bytes
Line 
1#!/bin/bash
2
3# debirf plugin: remove-locales
4#
5# The debirf scripts were written by
6# Jameson Rollins <jrollins@fifthhorseman.net>
7# and
8# Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
9#
10# They are Copyright 2007, and are all released under the GPL,
11# version 3 or later.
12
13cd "$DEBIRF_ROOT" 
14find usr/share/locale -maxdepth 1 -mindepth 1 -type d ! -iname 'en*' -execdir rm -rf '{}' \+
Note: See TracBrowser for help on using the repository browser.