summaryrefslogtreecommitdiffstats
path: root/perl-install/patch/patch-da.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/patch/patch-da.pl')
-rw-r--r--perl-install/patch/patch-da.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/patch/patch-da.pl b/perl-install/patch/patch-da.pl
new file mode 100644
index 000000000..63a9f76d5
--- /dev/null
+++ b/perl-install/patch/patch-da.pl
@@ -0,0 +1,6 @@
+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");