diff options
Diffstat (limited to 'debian/local')
| -rwxr-xr-x | debian/local/setup-translators | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 96e6bb94..348090ac 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -75,7 +75,7 @@ st () { name=${3:-$cmdl} echo -n " $name" - if [ "$REPLACE" = y ] || [ ! -e $1 ]; then + if [ "$REPLACE" = y ] || ! showtrans $1 > /dev/null 2>&1 ; then # Work around a bug in ext2fs, which crashes if a non-empty # file is turned into a symlink through settrans, by clearing # the passive translator first. |
