Kaydet (Commit) 0d5288fe authored tarafından Barış Metin's avatar Barış Metin

bu ne ya...

üst 5bda6ee9
...@@ -21,8 +21,8 @@ def remove(package_name): ...@@ -21,8 +21,8 @@ def remove(package_name):
for fileinfo in installdb.files(package_name).list: for fileinfo in installdb.files(package_name).list:
fpath = os.path.join(config.destdir, fileinfo.path) fpath = os.path.join(config.destdir, fileinfo.path)
# TODO: We have to store configuration files for futher # TODO: We have to store configuration files for futher
# usage. Currently we'are doing it like rpm does and saving # usage. Currently we'are doing it like rpm does, saving
# with a prefix, leaving the user to edit it. In the future # with a prefix and leaving the user to edit it. In the future
# we'll have a plan for these configuration files. # we'll have a plan for these configuration files.
if fileinfo.type == const.conf: if fileinfo.type == const.conf:
os.rename(fpath, fpath+".pisi") os.rename(fpath, fpath+".pisi")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment