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, 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");