diff options
author | Mystery Man <unknown@mandriva.org> | 2005-07-11 06:21:35 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2005-07-11 06:21:35 +0000 |
commit | e7e8874c1e8a190504398f630cd64d8915ca91fd (patch) | |
tree | fc8d33e7b3132cc1fb9082d1dec76aee45c7a7c3 /move/pkgs.pm | |
parent | ec1a5b3ef5968d94ead5db08b5e67a0a3c3badaf (diff) | |
download | drakx-10_3_0_34mdk.tar drakx-10_3_0_34mdk.tar.gz drakx-10_3_0_34mdk.tar.bz2 drakx-10_3_0_34mdk.tar.xz drakx-10_3_0_34mdk.zip |
This commit was manufactured by cvs2svn to create tagV10_3_0_34mdk
'V10_3_0_34mdk'.
Diffstat (limited to 'move/pkgs.pm')
-rw-r--r-- | move/pkgs.pm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/move/pkgs.pm b/move/pkgs.pm deleted file mode 100644 index 66f163504..000000000 --- a/move/pkgs.pm +++ /dev/null @@ -1,32 +0,0 @@ -#- $Id$ $ - -package urpm_pkg; - -sub flag_available { - return 1; -} - - -package pkgs; -use log; - -sub rpmDbOpen { - #- install_steps:343 -} - -sub packageByName { - #- install_steps:344 - return bless {}, 'urpm_pkg'; #- we'll need to call flag_available on it -} - -sub selectPackage { - #- install_steps:344 -} - -sub packagesToInstall { - #- install_steps:346 - return (); -} - - -1; |