summaryrefslogtreecommitdiffstats
path: root/move/pkgs.pm
blob: 66f1635047fa43cd0dac5fa8638f2b0a806185ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Diffstat (limited to 'po/bn.po')
0 files changed, 0 insertions, 0 dele#- $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;