diff options
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r-- | perl-install/common.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm index 4093c1b02..31a1fcd12 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -242,4 +242,8 @@ sub set_permissions { or die "Could not start chmod!"; } +sub mdk_rel { + chomp_(cat_("/etc/mandrake-release") +} + 1; |