summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-26 13:46:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-26 13:46:09 +0000
commit4798bf4d9ffebea5b15aed010dcf0b1c68276920 (patch)
treec78d13e9f83c730555d5a6c0266626e5c5334964 /perl-install/any.pm
parent1dd5bd402363f18ce9d079c4f3cb52ccfdbf96dc (diff)
downloaddrakx-backup-do-not-use-4798bf4d9ffebea5b15aed010dcf0b1c68276920.tar
drakx-backup-do-not-use-4798bf4d9ffebea5b15aed010dcf0b1c68276920.tar.gz
drakx-backup-do-not-use-4798bf4d9ffebea5b15aed010dcf0b1c68276920.tar.bz2
drakx-backup-do-not-use-4798bf4d9ffebea5b15aed010dcf0b1c68276920.tar.xz
drakx-backup-do-not-use-4798bf4d9ffebea5b15aed010dcf0b1c68276920.zip
drakx_version() is now in install_any and use getFile() to get VERSION
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 9207245f2..13bd1fe67 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -19,11 +19,6 @@ use log;
use fs;
use c;
-sub drakx_version() {
- $::move ? sprintf "DrakX-move v%s", cat_('/usr/bin/stage2/move.pm') =~ /move\.pm,v (\S+ \S+ \S+)/
- : sprintf "DrakX v%s built %s", $::testing ? ('TEST', scalar gmtime()) : (split('/', cat_("$ENV{SHARE_PATH}/VERSION")))[2,3];
-}
-
sub facesdir() {
"$::prefix/usr/share/mdk/faces/";
}