diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-09 21:48:47 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-09 21:48:47 +0000 |
commit | 208870d500d245362fd6cc52f3bf28723475fe91 (patch) | |
tree | 993f4f626b8ff2bd66c05a73f88a1d81710fc073 /move/pkgs.pm | |
parent | bcafc07d0f9251906312f6d5492d8308ddcec49c (diff) | |
download | drakx-208870d500d245362fd6cc52f3bf28723475fe91.tar drakx-208870d500d245362fd6cc52f3bf28723475fe91.tar.gz drakx-208870d500d245362fd6cc52f3bf28723475fe91.tar.bz2 drakx-208870d500d245362fd6cc52f3bf28723475fe91.tar.xz drakx-208870d500d245362fd6cc52f3bf28723475fe91.zip |
mandrake-move can nearly start (shell starts, X config not done so X server currently crashes)
Diffstat (limited to 'move/pkgs.pm')
-rw-r--r-- | move/pkgs.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/move/pkgs.pm b/move/pkgs.pm new file mode 100644 index 000000000..9fa952261 --- /dev/null +++ b/move/pkgs.pm @@ -0,0 +1,5 @@ +package pkgs; # $Id$ $ + +#- dummy (use pkgs in perl-install/install_any.pm) + +1; |