aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-08-30 14:44:10 -0400
committerJoey Hess <joey@kitenet.net>2010-08-30 14:44:10 -0400
commit67ac2bad74e42cb3dec564fb40a198688b2e358e (patch)
treee67e6a3b5cd1c296bf8ec7aca91975226e16b71e /doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
parent71fa036270e4c202ee19be60b81993fb6e7cb4cb (diff)
downloadikiwiki-67ac2bad74e42cb3dec564fb40a198688b2e358e.tar
ikiwiki-67ac2bad74e42cb3dec564fb40a198688b2e358e.tar.gz
response
Diffstat (limited to 'doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn')
-rw-r--r--doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn b/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
index 0801f7fcd..5d0318ae1 100644
--- a/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
+++ b/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
@@ -9,3 +9,5 @@ files from the source repository when it has been disabled?
>> in most cases, it is not, thanks to .gitignore or similar, but we
>> can't be sure. So I just can't decide it is needed to call
>> `rcs_remove` rather than a good old `unlink`. --[[intrigeri]]
+
+>>> I guess you could call `rcs_remove` followed by `unlink`. --[[Joey]]