diff options
author | Mystery Man <unknown@mandriva.org> | 2004-01-09 21:14:12 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2004-01-09 21:14:12 +0000 |
commit | 426b28dc63b1a571898e8edd580a0134e0239499 (patch) | |
tree | 8fbcfd82a41f005786abe4a1b1f1eef4cca01166 /perl-install/patch/patch-da.pl | |
parent | 9fc2f8c1fe91c12ae413617392b02ad12571d361 (diff) | |
download | drakx-9_3_15mdk.tar drakx-9_3_15mdk.tar.gz drakx-9_3_15mdk.tar.bz2 drakx-9_3_15mdk.tar.xz drakx-9_3_15mdk.zip |
This commit was manufactured by cvs2svn to create tag 'V9_3_15mdk'.V9_3_15mdk
Diffstat (limited to 'perl-install/patch/patch-da.pl')
-rw-r--r-- | perl-install/patch/patch-da.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/patch/patch-da.pl b/perl-install/patch/patch-da.pl deleted file mode 100644 index 63a9f76d5..000000000 --- a/perl-install/patch/patch-da.pl +++ /dev/null @@ -1,6 +0,0 @@ -use common; - -log::l("PATCHING: installing mo"); -my $dir = '/usr/share/locale_special/da/LC_MESSAGES'; -mkdir_p($dir); -system("gzip -dc /mnt/da_mo.gz > $dir/libDrakX.mo"); |