hani diyorum ki, conf dosyasının yedeği, yeni paketinki üstüne
yazılmadan alınsa daha iyi olur sanki. :P
This commit is contained in:
@@ -249,7 +249,6 @@ class Install(AtomicOperation):
|
||||
"unzip package in place"
|
||||
|
||||
ctx.ui.notify(pisi.ui.extracting, package = self.pkginfo, files = self.files)
|
||||
self.package.extract_dir_flat('install', ctx.config.dest_dir())
|
||||
|
||||
if self.reinstall:
|
||||
# remove left over files
|
||||
@@ -263,6 +262,8 @@ class Install(AtomicOperation):
|
||||
if path in leftover or old_fileinfo[path].type == ctx.const.conf:
|
||||
Remove.remove_file( old_fileinfo[path] )
|
||||
|
||||
self.package.extract_dir_flat('install', ctx.config.dest_dir())
|
||||
|
||||
def store_pisi_files(self):
|
||||
"""put files.xml, metadata.xml, actions.py and COMAR scripts
|
||||
somewhere in the file system. We'll need these in future..."""
|
||||
|
||||
Reference in New Issue
Block a user