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

Last change on this file since 803 was 803, checked in by jrollins, 5 years ago

debirf: doing craziness of renaming "plugins" to be "modules".

  • Property svn:executable set to *
File size: 395 bytes
Line 
1#!/bin/bash
2
3# debirf module: 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.