apt listcahnges fix
This commit is contained in:
parent
402dca9b31
commit
98e05fc151
1 changed files with 6 additions and 6 deletions
|
@ -137,7 +137,6 @@ def listchanges(metadata):
|
||||||
'Pre-Install-Pkgs': {
|
'Pre-Install-Pkgs': {
|
||||||
'/usr/bin/apt-listchanges --apt || test $? -lt 10',
|
'/usr/bin/apt-listchanges --apt || test $? -lt 10',
|
||||||
},
|
},
|
||||||
},
|
|
||||||
'Tools': {
|
'Tools': {
|
||||||
'Options': {
|
'Options': {
|
||||||
'/usr/bin/apt-listchanges': {
|
'/usr/bin/apt-listchanges': {
|
||||||
|
@ -146,6 +145,7 @@ def listchanges(metadata):
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
'Dir': {
|
'Dir': {
|
||||||
'Etc': {
|
'Etc': {
|
||||||
'apt-listchanges-main': 'listchanges.conf',
|
'apt-listchanges-main': 'listchanges.conf',
|
||||||
|
|
Loading…
Reference in a new issue