bu ne ya...

This commit is contained in:
Barış Metin
2005-07-22 13:22:23 +00:00
parent 5bda6ee901
commit 0d5288fe6d
+2 -2
View File
@@ -21,8 +21,8 @@ def remove(package_name):
for fileinfo in installdb.files(package_name).list:
fpath = os.path.join(config.destdir, fileinfo.path)
# TODO: We have to store configuration files for futher
# usage. Currently we'are doing it like rpm does and saving
# with a prefix, leaving the user to edit it. In the future
# usage. Currently we'are doing it like rpm does, saving
# with a prefix and leaving the user to edit it. In the future
# we'll have a plan for these configuration files.
if fileinfo.type == const.conf:
os.rename(fpath, fpath+".pisi")