|
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
|
| Rev | Line | |
|---|
| [318] | 1 | #!/bin/bash |
|---|
| 2 | |
|---|
| [393] | 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 | # |
|---|
| [778] | 10 | # They are Copyright 2007, and are all released under the GPL, |
|---|
| 11 | # version 3 or later. |
|---|
| [393] | 12 | |
|---|
| [318] | 13 | cd "$DEBIRF_ROOT" |
|---|
| [719] | 14 | find usr/share/locale -maxdepth 1 -mindepth 1 -type d ! -iname 'en*' -execdir rm -rf '{}' \+ |
|---|
Note: See
TracBrowser
for help on using the repository browser.